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
textstrRead/WriteGets or sets the text.
style_namestrRead/WriteGets or sets the style name.
runslist[RunData]Read/WriteGets or sets the runs.
is_list_itemboolRead/WriteGets or sets the is list item.
list_levelintRead/WriteGets or sets the list level.
list_idOptional[int]Read/WriteGets or sets the list id.
alignmentstrRead/WriteGets or sets the alignment.
has_bottom_borderboolRead/WriteGets or sets the has bottom border.
border_sizeintRead/WriteGets or sets the border size.

See Also

 English