Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.33 KB

File metadata and controls

24 lines (19 loc) · 1.33 KB

Paragraph

Represents text paragraphs as multiline text object.

Properties

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 List<TextLine> An array of text lines.

[Back to Model list] [Back to API list] [Back to README]