ParaProps
Overview
ParaProps is a class in Aspose.Words FOSS for Python.
Properties extracted from PAPX for a single paragraph.
This class provides 1 method for working with ParaProps objects in Python programs.
Available methods include: __init__.
All exported members are accessible to any Python application after installing the Aspose.Words FOSS for Python package.
Properties: add_space_between_far_east_and_alpha, add_space_between_far_east_and_digit, alignment, auto_adjust_right_indent, baseline_alignment, borders, and 26 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
istd | int | Read | Gets the istd. |
ilfo | int | Read | Gets the ilfo. |
ilvl | int | Read | Gets the ilvl. |
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. |
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. |
no_space_between_paragraphs_of_same_style | bool | Read | Gets the no space between paragraphs of same style. |
page_break_before | bool | Read | Gets the page break before. |
outline_level | int | Read | Gets the outline level. |
tab_stops | list[tuple[float, int, int]] | Read | Gets the tab stops. |
borders | list[Optional[tuple[int, float, str, int]]] | Read | Gets the borders. |
shading_back | str | Read | Gets the shading back. |
baseline_alignment | int | Read | Gets the baseline alignment. |
conditional_style | str | Read | Gets the conditional style. |
in_table | bool | Read | Gets the in table. |
is_table_terminator | bool | Read | Gets the is table terminator. |
Methods
| Signature | Description |
|---|---|
__init__() |