GraffitiEditorFormat

Enumerations #

Name Values
Alignments Justify
Left
Center
Right
Blocks Paragraph
Blockquote
Code
Heading1
Heading2
Heading3
Heading4
Heading5
Heading6

Constants #

Name Type Value

This class exposes no constants.

Events #

Definition Parameters Return Type Description

This class exposes no events.

Methods #

Definition Parameters Return Type Description

This class exposes no methods.

Properties #

Name Type Default Value Description
Alignment Alignments Justify Alignments of the currently selected text/position in the Editor.
Block Blocks Paragraph Current block-level element classification.
Bold Boolean False Font weight of the currently selected text/position.
FontColor Color &c000000 Font color of the currently selected text/position.
FontFace String Helvetica Font face of the currently selected text/position.
FontSize Integer 10 Font size of the currently selected text/position.
HighlightColor Color &cFFFFFF Background color of the currently selected text/position.
Italic Boolean False Determines whether the currently selected text/position is italicized.
LineHeight Double 1.0 Height of lines within the Editor applied to current selection.
Strikethrough Boolean False Determines whether the currently text/position has a horizontal line through the text.
Subscript Boolean False When True the currently selected text/position is below the normal baseline.
Superscript Boolean False When True the currently selected text/position is above the normal baseline.
Underline Boolean False Determines whether the currently selected text/position has a horizontal line below the text.

Examples #

This class currently has no examples.

Notes #

This class currently has no notes.