menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RichTextEditorTableSettingsBuilder - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RichTextEditorTableSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    RichTextEditorTableSettingsBuilder
    Namespace: Syncfusion.EJ2.RichTextEditor
    Assembly: Syncfusion.EJ2.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved