Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.35 KB

File metadata and controls

22 lines (18 loc) · 1.35 KB

Paragraph

Represents text paragraphs as multiline text object.

Properties

Name Type Description Notes
line_spacing LineSpacing Line spacing mode. [optional]
wrap_mode WrapMode Word wrap mode. [optional]
horizontal_alignment TextHorizontalAlignment Horizontal alignment for the text inside paragraph's rectangle. [optional]
left_margin float Left margin. [optional]
right_margin float Right margin. [optional]
top_margin float Top margin. [optional]
bottom_margin float Bottom margin. [optional]
rectangle Rectangle Rectangle of the paragraph. [optional]
rotation float Rotation angle in degrees. [optional]
subsequent_lines_indent float Subsequent lines indent value. [optional]
vertical_alignment 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]