TextParagraph class

TextParagraph class

Represents the text paragraph setting.

Inheritance: TextParagraphFontSetting

The TextParagraph type exposes the following members:

Properties

PropertyDescription
typeGets the type of text node.
start_indexGets the start index of the characters.
lengthGets the length of the characters.
fontReturns the font of this object.
text_optionsReturns the text options.
bulletGets the bullet.
line_space_size_typeGets and sets the amount of vertical white space that will be used within a paragraph.
line_spaceGets and sets the amount of vertical white space that will be used within a paragraph.
space_after_size_typeGets and sets the amount of vertical white space that will be present after a paragraph.
space_afterGets and sets the amount of vertical white space that will be present after a paragraph.
space_before_size_typeGets and sets the amount of vertical white space that will be present before a paragraph.
space_beforeGets and sets the amount of vertical white space that will be present before a paragraph.
stopsGets tab stop list.
is_latin_line_breakSpecifies whether a Latin word can be broken in half and wrapped onto the next line without a hyphen being added.
is_east_asian_line_breakSpecifies whether an East Asian word can be broken in half and wrapped onto the next line without a hyphen being added.
is_hanging_punctuationSpecifies whether punctuation is to be forcefully laid out on a line of text or put on a different line of text.
right_marginSpecifies the right margin of the paragraph.
left_marginSpecifies the left margin of the paragraph.
first_line_indentSpecifies the indent size that will be applied to the first line of text in the paragraph.
font_align_typeDetermines where vertically on a line of text the actual words are positioned. This deals
with vertical placement of the characters with respect to the baselines.
alignment_typeGets and sets the text horizontal alignment type of the paragraph.
default_tab_sizeGets and sets the default size for a tab character within this paragraph.
childrenGets all text runs in this paragraph.
If this paragraph is empty, return paragraph itself.

Methods

MethodDescription
set_word_art_styleSets the preset WordArt style.

See Also