Class RichTextEditorFormatPainterSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
RichTextEditorFormatPainterSettings
Namespace: Syncfusion.EJ2.RichTextEditor
Assembly: Syncfusion.EJ2.dll
Syntax
public class RichTextEditorFormatPainterSettings : EJTagHelper
Constructors
RichTextEditorFormatPainterSettings()
Declaration
public RichTextEditorFormatPainterSettings()
Properties
AllowedFormats
Defines the tag name selectors for obtaining the formats from the elements.
Declaration
public string AllowedFormats { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "b; em; font; sub; sup; kbd; i; s; u; code; strong; span; p; div; h1; h2; h3; h4; h5; h6; blockquote; ol; ul; li; pre;" |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
DeniedFormats
Defines selectors for the elements from which fetching formats is expressly prohibited.
Declaration
public string DeniedFormats { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |