Table of Contents
Enumerations #
Name | Values |
---|
This class exposes no enumerations.
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 |
---|---|---|---|
Add | lineHeight as GraffitiEditorLineHeight | None | Adds a new LineHeight to the editor. |
Item | index as Integer | GraffitiEditorLineHeight | Returns the LineHeight object at the specified index. |
LastIndex | None | Integer | Returns the index of the last LineHeight object in the internal array. |
Remove | index as Integer | None | Remove the LineHeight object at the specified index from the internal array. |
RemoveAll | None | None | Removes all LineHeight objects from the internal array. |
Properties #
Name | Type | Default Value | Description |
---|
This class exposes no properties.
Examples #
This class currently has no examples.
Notes #
This class currently has no notes.