Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.58 KB

Paragraph.md

File metadata and controls

22 lines (18 loc) · 1.58 KB

Paragraph

Represents text paragraphs as multiline text object.

Properties

Name Type Description Notes
LineSpacing *LineSpacing Line spacing mode. [optional] [default to null]
WrapMode *WrapMode Word wrap mode. [optional] [default to null]
HorizontalAlignment *TextHorizontalAlignment Horizontal alignment for the text inside paragraph's rectangle. [optional] [default to null]
LeftMargin float64 Left margin. [optional] [default to null]
RightMargin float64 Right margin. [optional] [default to null]
TopMargin float64 Top margin. [optional] [default to null]
BottomMargin float64 Bottom margin. [optional] [default to null]
Rectangle *Rectangle Rectangle of the paragraph. [optional] [default to null]
Rotation float64 Rotation angle in degrees. [optional] [default to null]
SubsequentLinesIndent float64 Subsequent lines indent value. [optional] [default to null]
VerticalAlignment *VerticalAlignment Vertical alignment for the text inside paragraph's rectangle [optional] [default to null]
Lines []TextLine An array of text lines. [default to null]

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