Represents text paragraphs as multiline text object.
| Name | Type | Description | Notes |
|---|---|---|---|
| lineSpacing | LineSpacing? | Line spacing mode. | [optional] |
| wrapMode | WrapMode? | Word wrap mode. | [optional] |
| horizontalAlignment | TextHorizontalAlignment? | Horizontal alignment for the text inside paragraph's rectangle. | [optional] |
| leftMargin | Double? | Left margin. | [optional] |
| rightMargin | Double? | Right margin. | [optional] |
| topMargin | Double? | Top margin. | [optional] |
| bottomMargin | Double? | Bottom margin. | [optional] |
| rectangle | Rectangle? | Rectangle of the paragraph. | [optional] |
| rotation | Double? | Rotation angle in degrees. | [optional] |
| subsequentLinesIndent | Double? | Subsequent lines indent value. | [optional] |
| verticalAlignment | VerticalAlignment? | Vertical alignment for the text inside paragraph's rectangle | [optional] |
| lines | [TextLine] | An array of text lines. |
[Back to Model list] [Back to API list] [Back to README] [View Source]