Class FontSizeBuilder
Inheritance
System.Object
FontSizeBuilder
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 FontSizeBuilder
Constructors
FontSizeBuilder()
Initializes a new instance of the FontSizeBuilder class.
Declaration
public FontSizeBuilder()
FontSizeBuilder(RTE)
Specifies the font size in the RTE.
Declaration
public FontSizeBuilder(RTE fontSize)
Parameters
Type | Name | Description |
---|---|---|
RTE | fontSize | fontSize |
Methods
Add()
Specifies the add method in font size.
Declaration
public void Add()
Text(String)
Specifies the text.
Declaration
public FontSizeBuilder Text(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | text |
Returns
Type | Description |
---|---|
FontSizeBuilder | This method returns string value |
Value(String)
Specifies the value.
Declaration
public FontSizeBuilder Value(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | value |
Returns
Type | Description |
---|---|
FontSizeBuilder | This method returns string value |