Class RTEtools
Class RTEtools.
Inherited Members
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class RTEtools : EJTagHelper
Constructors
RTEtools()
Declaration
public RTEtools()
Properties
Alignment
Gets or sets the alignment.
Declaration
[JsonProperty("alignment")]
public List<string> Alignment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The alignment. |
Casing
Gets or sets the casing.
Declaration
[JsonProperty("casing")]
public List<string> Casing { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The casing. |
Clear
Gets or sets the clear.
Declaration
[JsonProperty("clear")]
public List<string> Clear { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The clear. |
Clipboard
Gets or sets the clipboard.
Declaration
[JsonProperty("clipboard")]
public List<string> Clipboard { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The clipboard. |
CopyPaste
Gets or sets the copyPaste. Note:this property has been deprecated with clipboard property.
Declaration
[Obsolete("Property has been deprecated with Clipboard property.")]
public List<string> CopyPaste { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The copyPaste. |
CustomOrderedList
Gets or sets the custom ordered list.
Declaration
[JsonProperty("customOrderedList")]
public List<CustomOrderedList> CustomOrderedList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CustomOrderedList> | The custom ordered list. |
CustomTools
Gets or sets the custom tools.
Declaration
[JsonProperty("customTools")]
public List<CustomTools> CustomTools { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CustomTools> | The custom tools. |
CustomUnorderedList
Gets or sets the custom unordered list.
Declaration
[JsonProperty("customUnorderedList")]
public List<CustomUnorderedList> CustomUnorderedList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CustomUnorderedList> | The custom unordered list. |
DoAction
Gets or sets the do action.
Declaration
[JsonProperty("doAction")]
public List<string> DoAction { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The do action. |
Edit
Gets or sets the edit.
Declaration
[JsonProperty("edit")]
public List<string> Edit { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The edit. |
Effects
Gets or sets the effects.
Declaration
[JsonProperty("effects")]
public List<string> Effects { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The effects. |
Font
Gets or sets the font.
Declaration
[JsonProperty("font")]
public List<string> Font { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The font. |
FormatStyle
Gets or sets the format style.
Declaration
[JsonProperty("formatStyle")]
public List<string> FormatStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The format style. |
Images
Gets or sets the images.
Declaration
[JsonProperty("images")]
public List<string> Images { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The images. |
ImportExport
Gets or sets the importExport.
Declaration
[JsonProperty("importExport")]
public List<string> ImportExport { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The importExport. |
Indenting
Gets or sets the indenting.
Declaration
[JsonProperty("indenting")]
public List<string> Indenting { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The indenting. |
Links
Gets or sets the links.
Declaration
[JsonProperty("links")]
public List<string> Links { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The links. |
Lists
Gets or sets the lists.
Declaration
[JsonProperty("lists")]
public List<string> Lists { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The lists. |
Media
Gets or sets the media.
Declaration
[JsonProperty("media")]
public List<string> Media { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The media. |
Gets or sets the print.
Declaration
[JsonProperty("print")]
public List<string> Print { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The print. |
Scripts
Gets or sets the scripts. Note: this property has been deprecated with Effects property.
Declaration
[Obsolete("Property has been deprecated with Effects property.")]
public List<string> Scripts { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The scripts. |
Styles
Gets or sets the styles.
Declaration
[JsonProperty("style")]
public List<string> Styles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The styles. |
Tables
Gets or sets the tables.
Declaration
[JsonProperty("tables")]
public List<string> Tables { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The tables. |
View
Gets or sets the view.
Declaration
[JsonProperty("view")]
public List<string> View { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The view. |
Methods
ShouldSerializeAlignment()
ShouldSerialize Method for alignment.
Declaration
public bool ShouldSerializeAlignment()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeCasing()
ShouldSerialize Method for casing.
Declaration
public bool ShouldSerializeCasing()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeClear()
ShouldSerialize Method for clear.
Declaration
public bool ShouldSerializeClear()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeCopyPaste()
ShouldSerialize Method for copy paste.
Declaration
public bool ShouldSerializeCopyPaste()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeCustomOrderedList()
ShouldSerialize Method for custom ordered list.
Declaration
public bool ShouldSerializeCustomOrderedList()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeCustomTools()
ShouldSerialize Method for custom tools.
Declaration
public bool ShouldSerializeCustomTools()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeCustomUnorderedList()
ShouldSerialize Method for custom unordered list.
Declaration
public bool ShouldSerializeCustomUnorderedList()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeDoAction()
ShouldSerialize Method for do action.
Declaration
public bool ShouldSerializeDoAction()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeEdit()
ShouldSerialize Method for edit.
Declaration
public bool ShouldSerializeEdit()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeEffects()
ShouldSerialize Method for effects.
Declaration
public bool ShouldSerializeEffects()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeFont()
ShouldSerialize Method for font.
Declaration
public bool ShouldSerializeFont()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeFormatStyle()
ShouldSerialize Method for formatstyle.
Declaration
public bool ShouldSerializeFormatStyle()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeImages()
ShouldSerialize Method for images.
Declaration
public bool ShouldSerializeImages()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeImportExport()
ShouldSerialize Method for importExport.
Declaration
public bool ShouldSerializeImportExport()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeIndenting()
ShouldSerialize Method for indenting.
Declaration
public bool ShouldSerializeIndenting()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeLinks()
ShouldSerialize Method for links.
Declaration
public bool ShouldSerializeLinks()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeLists()
ShouldSerialize Method for lists.
Declaration
public bool ShouldSerializeLists()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeMedia()
ShouldSerialize Method for media.
Declaration
public bool ShouldSerializeMedia()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializePrint()
ShouldSerialize Method for print.
Declaration
public bool ShouldSerializePrint()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeStyles()
ShouldSerialize Method for styles.
Declaration
public bool ShouldSerializeStyles()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeTables()
ShouldSerialize Method for tables.
Declaration
public bool ShouldSerializeTables()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeView()
ShouldSerialize Method for view.
Declaration
public bool ShouldSerializeView()
Returns
Type | Description |
---|---|
System.Boolean |