ParagraphFormat
Overview
ParagraphFormat is a class in Aspose.Words FOSS for Python.
Inherits from: BaseModel.
ParagraphFormat.alignment specifies the horizontal alignment of the paragraph.
Properties: add_space_between_far_east_and_alpha, add_space_between_far_east_and_digit, alignment, auto_adjust_right_indent, baseline_alignment, borders, and 29 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
style_name | str | Read | Gets the style name. |
alignment | int | Read | Gets the alignment. |
left_indent | float | Read | Gets the left indent. |
right_indent | float | Read | Gets the right indent. |
first_line_indent | float | Read | Gets the first line indent. |
space_before | float | Read | Gets the space before. |
space_after | float | Read | Gets the space after. |
space_before_auto | bool | Read | Gets the space before auto. |
space_after_auto | bool | Read | Gets the space after auto. |
line_spacing | float | Read | Gets the line spacing. |
line_spacing_rule | int | Read | Gets the line spacing rule. |
keep_with_next | bool | Read | Gets the keep with next. |
page_break_before | bool | Read | Gets the page break before. |
no_space_between_paragraphs_of_same_style | bool | Read | Gets the no space between paragraphs of same style. |
outline_level | int | Read | Gets the outline level. |
is_heading | bool | Read | Gets the is heading. |
is_list_item | bool | Read | Gets the is list item. |
shading | Shading | Read | Gets the shading. |
borders | list[Border] | Read | Gets the borders. |
paragraph_mark_font | Optional[Font] | Read | Gets the paragraph mark font. |
style_identifier | int | Read | Gets the style identifier. |
keep_together | bool | Read | Gets the keep together. |
widow_control | bool | Read | Gets the widow control. |
suppress_auto_hyphens | bool | Read | Gets the suppress auto hyphens. |
suppress_line_numbers | bool | Read | Gets the suppress line numbers. |
snap_to_grid | bool | Read | Gets the snap to grid. |
add_space_between_far_east_and_alpha | bool | Read | Gets the add space between far east and alpha. |
add_space_between_far_east_and_digit | bool | Read | Gets the add space between far east and digit. |
auto_adjust_right_indent | bool | Read | Gets the auto adjust right indent. |
baseline_alignment | int | Read | Gets the baseline alignment. |
conditional_style | str | Read | Gets the conditional style. |
tab_stops | TabStopCollection | Read | Gets the tab stops. |
frame | Optional["FrameFormat"] | Read | Gets the frame. |
lines_to_drop | int | Read | Gets the lines to drop. |
drop_cap_position | int | Read | Gets the drop cap position. |