EditorToolFactory
Creates series for the Editor.
Methods
CustomTemplate(System.Action)
Adds a custom template tool.
Parameters
configurator - System.Action<EditorCustomTemplateToolBuilder>
CustomButton(System.Action)
Adds a custom button tool.
Parameters
configurator - System.Action<EditorCustomButtonToolBuilder>
Clear()
Clears all tools.
Bold()
Adds Bold tool.
Italic()
Adds Italic tool.
Underline()
Adds Underline tool.
Undo()
Adds Undo tool.
Strikethrough()
Adds Strikethrough tool.
JustifyLeft()
Adds JustifyLeft tool.
JustifyRight()
Adds JustifyRight tool.
JustifyCenter()
Adds JustifyCenter tool.
JustifyFull()
Adds JustifyFull tool.
InsertUnorderedList()
Adds InsertUnorderedList tool.
Indent()
Adds Indent tool.
Pdf()
Adds Pdf tool.
Import()
Adds Import tool.
ExportAs()
Adds ExportAs tool.
ExportAs(System.Action)
Adds ExportAs tool.
Parameters
configurator - System.Action<EditorDropDownItemBuilder>
Outdent()
Adds Outdent tool.
InsertOrderedList()
Adds InsertOrderedList tool.
InsertUpperRomanList()
Adds InsertUpperRomanList tool.
InsertLowerRomanList()
Adds InsertUpperRomanList tool.
InsertImage()
Adds InsertImage tool.
InsertFile()
Adds InsertFile tool.
CreateLink()
Adds CreateLink tool.
Unlink()
Adds Unlink tool.
SubScript()
Adds SubScript tool.
SuperScript()
Adds SuperScript tool.
ViewHtml()
Adds ViewHtml tool.
Print()
Adds Print tool.
Redo()
Adds Redo tool.
FontName()
Adds FontName tool.
FontName(System.Action)
Adds FontName tool.
Parameters
configurator - System.Action<EditorDropDownItemBuilder>
FontSize()
Adds FontSize tool.
FontSize(System.Action)
Adds FontSize tool.
Parameters
configurator - System.Action<EditorDropDownItemBuilder>
Formatting()
Adds Formatting tool.
Formatting(System.Action)
Adds Formatting tool.
Parameters
configurator - System.Action<EditorDropDownItemBuilder>
FormatBlock()
Adds FormatBlock tool.
FormatBlock(System.Action)
Adds FormatBlock tool.
Parameters
configurator - System.Action<EditorDropDownItemBuilder>
Snippets(System.Action)
Adds Snippets tool.
Parameters
configurator - System.Action<EditorSnippetBuilder>
Styles(System.Action)
Adds Styles tool.
Parameters
configurator - System.Action<EditorDropDownItemBuilder>
FontColor()
Adds FontColor tool.
FontColor(System.Action)
Adds FontColor tool.
Parameters
configurator - System.Action<EditorColorPickerToolBuilder>
BackColor()
Adds BackColor tool.
BackColor(System.Action)
Adds BackColor tool.
Parameters
configurator - System.Action<EditorColorPickerToolBuilder>
TableEditing()
Adds TableEditing tools.
Separator()
Adds a separator.
CleanFormatting()
Adds CleanFormatting tool.
FormatPainter()
Adds FormatPainter tool buttons.