GraffitiEditorFormat

Enumerations #

NameValues
AlignmentsJustify
Left
Center
Right
BlocksParagraph
Blockquote
Code
Heading1
Heading2
Heading3
Heading4
Heading5
Heading6
ListTypesNone
Ordered
Unordered

Constants #

This class exposes no constants.

Events #

This class exposes no events.

Methods #

This class exposes no methods.

Properties #

NameTypeDefault ValueDescription
AlignmentAlignmentsJustifyAlignments of the currently selected text/position in the Editor.
BlockBlocksParagraphCurrent block-level element classification.
BoldBooleanFalseFont weight of the currently selected text/position.
FontColorColor&c000000Font color of the currently selected text/position.
FontFaceStringHelveticaFont face of the currently selected text/position.
FontSizeInteger10Font size of the currently selected text/position.
HighlightColorColor&cFFFFFFBackground color of the currently selected text/position.
ItalicBooleanFalseDetermines whether the currently selected text/position is italicized.
LineHeightDouble1.0Height of lines within the Editor applied to current selection.
StrikethroughBooleanFalseDetermines whether the currently text/position has a horizontal line through the text.
SubscriptBooleanFalseWhen True the currently selected text/position is below the normal baseline.
SuperscriptBooleanFalseWhen True the currently selected text/position is above the normal baseline.
UnderlineBooleanFalseDetermines 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.