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