GraffitiSuite Docs
Docs
Graffitieditortoolbaritem
Loading document parsing libraries...
# GraffitiEditorToolbarItem Class ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Desktop | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ### iOS | 32-Bit | 64-Bit | | :---: | :---: | | False | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Enumerations | Name | Value | Description | | --- | :---: | --- | | Icons | MoreText <br > MoreParagraph <br > MorePlus <br > MoreHorizontal <br > MoreVertical <br > Redo <br > Undo <br > Bold <br > Italic <br > Underline <br > Strike <br > Subscript <br > Superscript <br > Erase <br > Indent <br > Outdent <br > Expansion <br > Reduction <br > SourceView <br > Preview <br > Print <br > Template <br > LineHeight <br > ParagraphStyle <br > TextStyle <br > Save <br > BlockQuote <br > ArrowDown <br > AlignJustify <br > AlignLeft <br > AlignRight <br > AlignCenter <br > FontColor <br > HighlightColor <br > ListBullets <br > ListNumbers <br > HorizontalRule <br > ShowBlocks <br > Cancel <br > Image <br > Video <br > Link <br > Math <br > Unlink <br > Table <br > TableHeader <br > MergeCell <br > SplitCell <br > Caption <br > Edit <br > Delete <br > Modify <br > Revert <br > AutoSize <br > InsertRowBelow <br > InsertRowAbove <br > InsertColumnLeft <br > InsertColumnRight <br > DeleteRow <br > DeleteColumn <br > FixedColumnWidth <br > RotateLeft <br > RotateRight <br > MirrorHorizontal <br > MirrorVertical <br > Checked <br > LineBreak <br > Audio <br > ImageGallery <br > Bookmark <br > Download <br > Attachment <br > Map <br > MagicWand <br > EmptyFile <br > ValuePicture <br > ValueFontAwesome <br > ValueURL <br > ValueSVG | Supported built-in icons. | | Types | Undo <br > Redo <br > Template <br > Font <br > FontSize <br > FontColor <br > HighlightColor <br > LineHeight <br > Alignment <br > FormatBlock <br > StyleBlock <br > StyleSegment <br > Blockquote <br > Bold <br > Italic <br > Underline <br > Strike <br > Subscript <br > Superscript <br > RemoveFormat <br > Outdent <br > Indent <br > List <br > HorizontalRule <br > Table <br > Link <br > Image <br > Video <br > Audio <br > ShowBlocks <br > ViewSource <br > More <br > Save | Supported built-in button types. | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | buildIconValues | (None) | (None) | (None) | | Constructor | Title as String <br> Icon as Icons | (None) | Creates an instance of the Item class for built-in editor options. | | Constructor | Type as Types | (None) | Creates an instance of the Item class for built-in editor options. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | Protected | iconSVG | (None) | | Attributes | Protected | iconValues | (None) | | Attributes | ID | String | (None) | | Attributes | mParent | GraffitiEditor | (None) | | Icon | Icons | (None) | Built-in icon value, only applies to GraffitiEditorToolbarButton and GraffitiEditorToolbarMenu subclasses. | | Tag | Variant | (None) | Developer storage. | | Title | String | (None) | Button tooltip value, only applies to GraffitiEditorToolbarButton and GraffitiEditorToolbarMenu subclasses. | | Type | Types | (None) | Type of item. |