# GraffitiEditorFormat
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 |
| --- | :---: | --- |
| Alignments | Justify <br > Left <br > Center <br > Right | Supported text or element alignment values. |
| Blocks | Paragraph <br > Blockquote <br > Code <br > Heading1 <br > Heading2 <br > Heading3 <br > Heading4 <br > Heading5 <br > Heading6 | Supported block elements. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Alignment | Alignments | (None) | Alignments of the currently selected text/position in the Editor. |
| Attributes | mParent | GraffitiEditor | (None) |
| Block | Blocks | (None) | Current block-level element classification. |
| Bold | Boolean | (None) | Font weight of the currently selected text/position. |
| FontColor | Color | (None) | Font color of the currently selected text/position. |
| FontFace | String | (None) | Font face of the currently selected text/position. |
| FontSize | Integer | (None) | Font size of the currently selected text/position. |
| HighlightColor | Color | (None) | Background color of the currently selected text/position. |
| Italic | Boolean | (None) | Determines whether the currently selected text/position is italicized. |
| LineHeight | Double | (None) | Height of lines within the Editor applied to current selection. |
| Strikethrough | Boolean | (None) | Determines whether the currently text/position has a horizontal line through the text. |
| Subscript | Boolean | (None) | When True the currently selected text/position is below the normal baseline. |
| Superscript | Boolean | (None) | When True the currently selected text/position is above the normal baseline. |
| Underline | Boolean | (None) | Determines whether the currently selected text/position has a horizontal line below the text. |