EditorToolsSettings
Represents a wrapping namespace for the tool settings of the Editor.
Definition
Package:@progress/kendo-react-editor
Variables
addColumnAfter
AddColumnAfterSettings
The object of the AddColumnAfter tool settings.
addColumnBefore
AddColumnBeforeSettings
The object of the AddColumnBefore tool settings.
addRowAfter
AddRowAfterSettings
The object of the AddRowAfter tool settings.
addRowBefore
AddRowBeforeSettings
The object of the AddRowBefore tool settings.
alignCenter
AlignSettings
The object of the AlignCenter tool settings.
alignJustify
AlignSettings
The object of the AlignJustify tool settings.
alignLeft
AlignSettings
The object of the AlignLeft tool settings.
alignRemove
AlignSettings
The object of the AlignRemove tool settings.
alignRight
AlignSettings
The object of the AlignRight tool settings.
backColor
ApplyColorSettings
The object of the BackColor tool settings.
bold
InlineFormatSettings
The object of the Bold tool settings.
bulletList
ListSettings
The object of the UnorderedList tool settings.
cleanFormatting
CleanFormattingSettings
The object of the CleanFormatting tool settings.
deleteColumn
DeleteColumnSettings
The object of the DeleteColumn tool settings.
deleteRow
DeleteRowSettings
The object of the DeleteRow tool settings.
deleteTable
DeleteTableSettings
The object of the DeleteTable tool settings.
findAndReplace
FindReplaceSettings
The object of the Find and Replace tool settings.
fontName
StyleDropDownListSettings
The object of the FontName tool settings.
fontSize
StyleDropDownListSettings
The object of the FontSize tool settings.
foreColor
ApplyColorSettings
The object of the ForeColor tool settings.
formatBlock
FormatBlockDropDownListSettings
The object of the FormatBlock tool settings.
image
ImageSettings
The object of the InsertImage tool settings.
indent
IndentationSettings
The object of the Indent tool settings.
insertFile
InsertFileSettings
The object of the Link tool settings.
insertTable
InsertTableSettings
The object of the InsertTable tool settings.
italic
InlineFormatSettings
The object of the Italic tool settings.
link
LinkSettings
The object of the Link tool settings.
mergeCells
MergeCellsSettings
The object of the MergeCells tool settings.
orderedList
ListSettings
The object of the OrderedList tool settings.
outdent
IndentationSettings
The object of the Outdent tool settings.
PdfSettings
The object of the Print tool settings.
PrintSettings
The object of the Print tool settings.
redo
ToolSettings
The object of the Redo tool settings.
savePdfOptions
PDFExportProps
The PDF export options.
const savePdfOptions = { fileName: 'editor.pdf', paperSize: 'A4', margin: '1cm' };
selectAll
SelectAllSettings
The object of the Print tool settings.
splitCell
SplitCellSettings
The object of the SplitCell tool settings.
strikethrough
InlineFormatSettings
The object of the Strikethrough tool settings.
subscript
InlineFormatSettings
The object of the Subscript tool settings.
superscript
InlineFormatSettings
The object of the Superscript tool settings.
underline
InlineFormatSettings
The object of the Underline tool settings.
undo
ToolSettings
The object of the Undo tool settings.
unlink
UnlinkSettings
The object of the Unlink tool settings.
viewHtml
ViewHtmlSettings
The object of the ViewHtml tool settings.
TypeAliases
Command
"Bold" | "Italic" | "Underline" | "Strikethrough" | "Subscript" | "Superscript" | "Undo" | "Redo" | "Link" | "Unlink" | "InsertImage" | "InsertFile" | "AlignLeft" | "AlignCenter" | "AlignRight" | "AlignJustify" | "AlignRemove" | "OrderedList" | "UnorderedList" | "Indent" | "Outdent" | "SetContent" | "FontSize" | "FontName" | "ForeColor" | "BackColor" | "FormatBlock" | "InsertTable" | "AddRowBefore" | "AddRowAfter" | "AddColumnBefore" | "AddColumnAfter" | "DeleteRow" | "DeleteColumn" | "DeleteTable" | "MergeCells" | "SplitCell" | "CleanFormatting" | "Custom"
The type of the Editor command.
Interfaces
AddColumnAfterSettings
AddColumnAfterSettings
The settings of the AddColumnAfter tool.
AddColumnBeforeSettings
AddColumnBeforeSettings
The settings of the AddColumnBefore tool.
AddRowAfterSettings
AddRowAfterSettings
The settings of the AddRowAfter tool.
AddRowBeforeSettings
AddRowBeforeSettings
The settings of the AddRowBefore tool.
AlignAction
AlignAction
The AlignAction object.
AlignSettings
AlignSettings
The settings of the Align tool.
ApplyColorSettings
ApplyColorSettings
The settings of the ForeColor and BackColor tools.
CleanFormattingSettings
CleanFormattingSettings
The settings of the CleanFormatting tool.
DeleteColumnSettings
DeleteColumnSettings
The settings of the DeleteColumn tool.
DeleteRowSettings
DeleteRowSettings
The settings of the DeleteRow tool.
DeleteTableSettings
DeleteTableSettings
The settings of the DeleteTable tool.
FindReplaceSettings
FindReplaceSettings
The settings of the Find and Replace tool or dialog.
FormatBlockDropDownListSettings
FormatBlockDropDownListSettings
The settings of the FormatBlock tool which is presented by a DropDownList.
ImageSettings
ImageSettings
The settings of the InsertImage tool or dialog.
IndentAction
IndentAction
The setting of the IndentAction tool.
IndentationSettings
IndentationSettings
The settings of the tool which applies indentation.
InlineFormatOptions
InlineFormatOptions
The inline-formatting options.
InlineFormatSettings
InlineFormatSettings
The settings of the tool which applies inline formatting.
InsertFileSettings
InsertFileSettings
The settings of the InsertFile tool or dialog.
InsertTableSettings
InsertTableSettings
The settings of the InsertTable tool.
LinkSettings
LinkSettings
The settings of the Link tool or dialog.
ListSettings
ListSettings
The settings of the tool which toggles lists.
MergeCellsSettings
MergeCellsSettings
The settings of the MergeCells tool.
PdfSettings
PdfSettings
The settings of the Pdf tool.
PrintSettings
PrintSettings
The settings of the Print tool.
SelectAllSettings
SelectAllSettings
The settings of the SelectAll tool.
SplitCellSettings
SplitCellSettings
The settings of the SplitCell tool.
StyleDropDownListSettings
StyleDropDownListSettings
The settings of the Style tool which is presented by a DropDownList component.
ToolSettings
ToolSettings
The settings of the toolbar tools.
UnlinkSettings
UnlinkSettings
The settings of the Unlink tool.
ViewHtmlSettings
ViewHtmlSettings
The settings of the ViewHtml tool or dialog.