Skip to main content
All docs
V24.1

HtmlEditorToolbarItemNames Members

Contains names of built-in toolbar items.

Properties

Name Description
BulletList static Gets the Bullet List item’s name.
ClearFormatting static Gets the Clear Formatting item’s name.
DecreaseIndent static Gets the Decrease Indent item’s name.
DeleteTable static Gets the Delete Table item’s name.
DeleteTableColumn static Gets the Delete Table Column item’s name.
DeleteTableRow static Gets the Delete Table Row item’s name.
FontBold static Gets the Font Bold item’s name.
FontColor static Gets the Font Color item’s name.
FontItalic static Gets the Font Italic item’s name.
FontName static Gets the Font Name item’s name.
FontSize static Gets the Font Size item’s name.
FontStrikethrough static Gets the Font Strikethrough item’s name.
FontSubscript static Gets the Font Subscript item’s name.
FontSuperscript static Gets the Font Superscript item’s name.
FontUnderline static Gets the Font Underline item’s name.
HighlightText static Gets the Highlight Text item’s name.
IncreaseIndent static Gets the Increase Indent item’s name.
InsertBlockquote static Gets the Insert Blockquote item’s name.
InsertCodeBlock static Gets the Insert Code Block item’s name.
InsertTableColumnToTheLeft static Gets the Insert Table Column to the Left item’s name.
InsertTableColumnToTheRight static Gets the Insert Table Column to the Right item’s name.
InsertTableHeaderRow static Gets the Insert Table Header Row item’s name.
InsertTableRowAbove static Gets the Insert Table Row Above item’s name.
InsertTableRowBelow static Gets the Insert Table Row Below item’s name.
InsertVariableField static Gets the Insert Variable Field item’s name.
NumberedList static Gets the Numbered List item’s name.
ParagraphAlignmentCenter static Gets the Paragraph Alignment Center item’s name.
ParagraphAlignmentJustify static Gets the Paragraph Alignment Justify item’s name.
ParagraphAlignmentLeft static Gets the Paragraph Alignment Left item’s name.
ParagraphAlignmentRight static Gets the Paragraph Alignment Right item’s name.
ParagraphStyles static Gets the Paragraph Styles item’s name.
Redo static Gets the Redo item’s name.
ShowHyperlinkDialog static Gets the Show Hyperlink Dialog item’s name.
ShowInsertPictureDialog static Gets the Show Insert Picture Dialog item’s name.
ShowInsertTableDialog static Gets the Show Insert Table Dialog item’s name.
Undo static Gets the Undo item’s name.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also