menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RichTextEditorTableSettingsBuilder - API Reference

    Show / Hide Table of Contents

    Class RichTextEditorTableSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    RichTextEditorTableSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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 Description
    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 Description
    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 Description
    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 Description
    RichTextEditorTableSettingsBuilder

    Resize(Boolean)

    To enable resizing for table element.

    Declaration
    public RichTextEditorTableSettingsBuilder Resize(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type Description
    RichTextEditorTableSettingsBuilder

    Styles(Object)

    Class name should be appended by default in table element. It helps to design the table in specific CSS styles always when inserting in editor.

    Declaration
    public RichTextEditorTableSettingsBuilder Styles(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type Description
    RichTextEditorTableSettingsBuilder

    Width(Double)

    To specify the width of table

    Declaration
    public RichTextEditorTableSettingsBuilder Width(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    RichTextEditorTableSettingsBuilder

    Width(String)

    To specify the width of table

    Declaration
    public RichTextEditorTableSettingsBuilder Width(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    RichTextEditorTableSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved