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 | ### 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 default button 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 <br> Print <br> Preview | Supported button types with built-in functionality. | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | buildIconValues | (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. | | Attributes | Hidden = True | toString | | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | Protected | iconSVG | | | Attributes | Protected | iconValues | | | Attributes | ID | String | | | Attributes | mParent | GraffitiEditor | | | Icon | Icons | Nil | Built-in icon value, only applies to GraffitiEditorToolbarButton and GraffitiEditorToolbarMenu subclasses. | | Tag | Variant | Nil | Developer storage. | | Title | String | Nil | Button tooltip value, only applies to GraffitiEditorToolbarButton and GraffitiEditorToolbarMenu subclasses. | | Type | Types | Nil | Type of item. |