Class RichTextEditorTableSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
RichTextEditorTableSettingsBuilder
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 RichTextEditorTableSettingsBuilder : ControlBuilder
Constructors
RichTextEditorTableSettingsBuilder()
Declaration
public RichTextEditorTableSettingsBuilder()
RichTextEditorTableSettingsBuilder(RichTextEditorTableSettings)
Declaration
public RichTextEditorTableSettingsBuilder(RichTextEditorTableSettings model)
Parameters
| Type | Name | Description |
|---|---|---|
| RichTextEditorTableSettings | model |
Methods
MaxWidth(Double)
Defines the maximum width of the table.
Declaration
public RichTextEditorTableSettingsBuilder MaxWidth(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| RichTextEditorTableSettingsBuilder |
MaxWidth(String)
Defines the maximum width of the table.
Declaration
public RichTextEditorTableSettingsBuilder MaxWidth(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| RichTextEditorTableSettingsBuilder |
MinWidth(Double)
Defines the minimum width of the table.
Declaration
public RichTextEditorTableSettingsBuilder MinWidth(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| RichTextEditorTableSettingsBuilder |
MinWidth(String)
Defines the minimum width of the table.
Declaration
public RichTextEditorTableSettingsBuilder MinWidth(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| RichTextEditorTableSettingsBuilder |
Resize(Boolean)
Enables resizing for the table element.
Declaration
public RichTextEditorTableSettingsBuilder Resize(bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | value |
Returns
| Type |
|---|
| RichTextEditorTableSettingsBuilder |
Styles(Object)
Class names appended by default to the table element. Assists in styling the table in specific CSS styles when inserted in the editor.
Declaration
public RichTextEditorTableSettingsBuilder Styles(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value |
Returns
| Type |
|---|
| RichTextEditorTableSettingsBuilder |
Width(Double)
Specifies the width of the table.
Declaration
public RichTextEditorTableSettingsBuilder Width(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| RichTextEditorTableSettingsBuilder |
Width(String)
Specifies the width of the table.
Declaration
public RichTextEditorTableSettingsBuilder Width(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| RichTextEditorTableSettingsBuilder |