Class RichTextEditorTableSettingsBuilder
  
  
  
  
    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    RichTextEditorTableSettingsBuilder
   
  
  Assembly: Syncfusion.EJ2.dll
  Syntax
  
    public class RichTextEditorTableSettingsBuilder : ControlBuilder
   
  Constructors
  
  
  
  
  RichTextEditorTableSettingsBuilder()
  
  
  Declaration
  
    public RichTextEditorTableSettingsBuilder()
   
  
  
  
  RichTextEditorTableSettingsBuilder(RichTextEditorTableSettings)
  
  
  Declaration
  
    public RichTextEditorTableSettingsBuilder(RichTextEditorTableSettings model)
   
  Parameters
  
  Methods
  
  
  
  
  MaxWidth(Double)
  Defines the maximum width of the table.
 
  
  Declaration
  
    public RichTextEditorTableSettingsBuilder MaxWidth(double value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Double | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  MaxWidth(String)
  Defines the maximum width of the table.
 
  
  Declaration
  
    public RichTextEditorTableSettingsBuilder MaxWidth(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  MinWidth(Double)
  Defines the minimum width of the table.
 
  
  Declaration
  
    public RichTextEditorTableSettingsBuilder MinWidth(double value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Double | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  MinWidth(String)
  Defines the minimum width of the table.
 
  
  Declaration
  
    public RichTextEditorTableSettingsBuilder MinWidth(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  Resize(Boolean)
  Enables resizing for the table element.
 
  
  Declaration
  
    public RichTextEditorTableSettingsBuilder Resize(bool value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Boolean | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  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
  
  
  
  
  Width(Double)
  Specifies the width of the table.
 
  
  Declaration
  
    public RichTextEditorTableSettingsBuilder Width(double value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Double | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  Width(String)
  Specifies the width of the table.
 
  
  Declaration
  
    public RichTextEditorTableSettingsBuilder Width(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns