Class FormatBuilder
Inheritance
System.Object
FormatBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class FormatBuilder
Constructors
FormatBuilder()
Initializes a new instance of the FormatBuilder class.
Declaration
public FormatBuilder()
FormatBuilder(RTE)
Specifies the format in the RTE.
Declaration
public FormatBuilder(RTE formatValue)
Parameters
Type | Name | Description |
---|---|---|
RTE | formatValue | formatValue |
Methods
Add()
Specifies the add method in format.
Declaration
public void Add()
SpriteCssClass(String)
Specifies the sprite css class.
Declaration
public FormatBuilder SpriteCssClass(string spriteCssClass)
Parameters
Type | Name | Description |
---|---|---|
System.String | spriteCssClass | spriteCssClass |
Returns
Type | Description |
---|---|
FormatBuilder | This method returns string value |
Text(String)
Specifies the text.
Declaration
public FormatBuilder Text(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | text |
Returns
Type | Description |
---|---|
FormatBuilder | This method returns string value |
Value(String)
Specifies the value.
Declaration
public FormatBuilder Value(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | value |
Returns
Type | Description |
---|---|
FormatBuilder | This method returns string value |