ParagraphData

Overview

ParagraphData is a class in Aspose.Words FOSS for Python.

Paragraph with style and content.

Properties: alignment, border_size, has_bottom_border, is_list_item, list_id, list_level, and 3 more.

Properties

NameTypeAccessDescription
textstrReadGets the text.
style_namestrReadGets the style name.
runslist[RunData]ReadGets the runs.
is_list_itemboolReadGets the is list item.
list_levelintReadGets the list level.
list_idOptional[int]ReadGets the list id.
alignmentstrReadGets the alignment.
has_bottom_borderboolReadGets the has bottom border.
border_sizeintReadGets the border size.

See Also