Class RichTextEditorFormatBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
RichTextEditorFormatBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.RichTextEditor
Assembly: Syncfusion.AspNetMvc.RichTextEditor.dll
Syntax
public class RichTextEditorFormatBuilder : ControlBuilder
Constructors
RichTextEditorFormatBuilder()
Declaration
public RichTextEditorFormatBuilder()
RichTextEditorFormatBuilder(RichTextEditorFormat)
Declaration
public RichTextEditorFormatBuilder(RichTextEditorFormat model)
Parameters
| Type | Name | Description |
|---|---|---|
| RichTextEditorFormat | model |
Methods
Default(String)
Specifies the default format.
Declaration
public RichTextEditorFormatBuilder Default(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| RichTextEditorFormatBuilder |
Types(Object)
Specifies the collection of default font size items for the format dropdown. These items define the available options for users to select.
Declaration
public RichTextEditorFormatBuilder Types(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value |
Returns
| Type |
|---|
| RichTextEditorFormatBuilder |
Width(String)
Specifies the width of the content area.
Declaration
public RichTextEditorFormatBuilder Width(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| RichTextEditorFormatBuilder |