Class RTEtoolsBuilder
Inheritance
Inherited Members
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class RTEtoolsBuilder
Constructors
RTEtoolsBuilder(RTEtools)
Sets the tools in the RTE and gets the inner display order of the corresponding group element. Tools are dependent on the toolsList property.
Declaration
public RTEtoolsBuilder(RTEtools tools)
Parameters
Type | Name | Description |
---|---|---|
RTEtools | tools | tools |
Methods
Alignment(List<String>)
Specifies the alignment tools and the display order of this tool in the RTE toolbar.
Declaration
public RTEtoolsBuilder Alignment(List<string> alignment)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | alignment | alignment |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns array value |
Casing(List<String>)
Specifies the casing tools and the display order of this tool in the RTE toolbar.
Declaration
public RTEtoolsBuilder Casing(List<string> casing)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | casing | casing |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns array value |
Clear(List<String>)
Specifies the clear tools and the display order of this tool in the RTE toolbar.
Declaration
public RTEtoolsBuilder Clear(List<string> clear)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | clear | clear |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns array value |
Clipboard(List<String>)
Specifies the clipboard tools and the display order of this tool in the RTE toolbar.
Declaration
public RTEtoolsBuilder Clipboard(List<string> clipboard)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | clipboard | clipboard |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns array value |
CopyPaste(List<String>)
Specifies the clipboard tools and the display order of this tool in the RTE toolbar. Note: this method has been deprecated with Clipboard method.
Declaration
[Obsolete("Method has been deprecated with Clipboard method.")]
public RTEtoolsBuilder CopyPaste(List<string> CopyPaste)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | CopyPaste |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns array value |
CustomOrderedList(Action<CustomOrderedListBuilder>)
Specifies the custom ordered list.
Declaration
public RTEtoolsBuilder CustomOrderedList(Action<CustomOrderedListBuilder> custom)
Parameters
Type | Name | Description |
---|---|---|
System.Action<CustomOrderedListBuilder> | custom | custom |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns rte tools builder value |
CustomOrderedList(List<CustomOrderedList>)
Specifies the custom ordered list.
Declaration
public RTEtoolsBuilder CustomOrderedList(List<CustomOrderedList> custom)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<CustomOrderedList> | custom | custom |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns array value |
CustomTools(Action<CustomToolsBuilder>)
Specifies the custom tool.
Declaration
public RTEtoolsBuilder CustomTools(Action<CustomToolsBuilder> custom)
Parameters
Type | Name | Description |
---|---|---|
System.Action<CustomToolsBuilder> | custom | custom |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns rte tools builder value |
CustomUnorderedList(Action<CustomUnorderedListBuilder>)
Specifies the custom unordered list.
Declaration
public RTEtoolsBuilder CustomUnorderedList(Action<CustomUnorderedListBuilder> custom)
Parameters
Type | Name | Description |
---|---|---|
System.Action<CustomUnorderedListBuilder> | custom | custom |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns rte tools builder value |
CustomUnorderedList(List<CustomUnorderedList>)
Specifies the custom unordered list.
Declaration
public RTEtoolsBuilder CustomUnorderedList(List<CustomUnorderedList> custom)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<CustomUnorderedList> | custom | custom |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns array value |
DoAction(List<String>)
Specifies the doAction tools and the display order of this tool in the RTE toolbar.
Declaration
public RTEtoolsBuilder DoAction(List<string> doAction)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | doAction | doAction |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns array value |
Edit(List<String>)
Specifies the edit.
Declaration
public RTEtoolsBuilder Edit(List<string> edit)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | edit | edit |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns array value |
Effects(List<String>)
Specifies the effect of tools and the display order of this tool in RTE toolbar.
Declaration
public RTEtoolsBuilder Effects(List<string> effects)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | effects | effects |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns array value |
Font(List<String>)
Specifies the font tools and the display order of this tool in the RTE toolbar.
Declaration
public RTEtoolsBuilder Font(List<string> font)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | font | font |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns array value |
FormatStyle(List<String>)
Specifies the formatStyle tools and the display order of this tool in the RTE toolbar.
Declaration
public RTEtoolsBuilder FormatStyle(List<string> formatStyle)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | formatStyle | formatStyle |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns array value |
Images(List<String>)
Specifies the image tools and the display order of this tool in the RTE toolbar.
Declaration
public RTEtoolsBuilder Images(List<string> images)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | images | images |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns array value |
ImportExport(List<String>)
Specifies the importExport.
Declaration
public RTEtoolsBuilder ImportExport(List<string> importExport)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | importExport | importExport |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns array value |
Indenting(List<String>)
Specifies the indent tools and the display order of this tool in the RTE toolbar.
Declaration
public RTEtoolsBuilder Indenting(List<string> indenting)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | indenting | indenting |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns array value |
Links(List<String>)
Specifies the link tools and the display order of this tool in the RTE toolbar.
Declaration
public RTEtoolsBuilder Links(List<string> links)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | links | links |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns array value |
Lists(List<String>)
Specifies the list tools and the display order of this tool in the RTE toolbar.
Declaration
public RTEtoolsBuilder Lists(List<string> lists)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | lists | lists |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns array value |
Media(List<String>)
Specifies the media tools and the display order of this tool in the RTE toolbar.
Declaration
public RTEtoolsBuilder Media(List<string> media)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | media | media |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns array value |
Print(List<String>)
Specifies the print.
Declaration
public RTEtoolsBuilder Print(List<string> print)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns array value |
Scripts(List<String>)
Specifies the effect of tools and the display order of this tool in RTE toolbar.
Declaration
[Obsolete("Method has been deprecated with Effects method.")]
public RTEtoolsBuilder Scripts(List<string> Scripts)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | Scripts |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns array value |
Styles(List<String>)
Specifies the style tools and the display order of this tool in the RTE toolbar.
Declaration
public RTEtoolsBuilder Styles(List<string> style)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | style | style |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns array value |
Tables(List<String>)
Specifies the table tools and the display order of this tool in the RTE toolbar.
Declaration
public RTEtoolsBuilder Tables(List<string> tables)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | tables | tables |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns array value |
View(List<String>)
Specifies the view tools and the display order of this tool in the RTE toolbar.
Declaration
public RTEtoolsBuilder View(List<string> view)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | view | view |
Returns
Type | Description |
---|---|
RTEtoolsBuilder | This method returns array value |