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

NameTypeAccessDescription
istdintReadGets the istd.
ilfointReadGets the ilfo.
ilvlintReadGets the ilvl.
alignmentintReadGets the alignment.
left_indentfloatReadGets the left indent.
right_indentfloatReadGets the right indent.
first_line_indentfloatReadGets the first line indent.
space_beforefloatReadGets the space before.
space_afterfloatReadGets the space after.
space_before_autoboolReadGets the space before auto.
space_after_autoboolReadGets the space after auto.
line_spacingfloatReadGets the line spacing.
line_spacing_ruleintReadGets the line spacing rule.
keep_with_nextboolReadGets the keep with next.
keep_togetherboolReadGets the keep together.
widow_controlboolReadGets the widow control.
suppress_auto_hyphensboolReadGets the suppress auto hyphens.
suppress_line_numbersboolReadGets the suppress line numbers.
snap_to_gridboolReadGets the snap to grid.
add_space_between_far_east_and_alphaboolReadGets the add space between far east and alpha.
add_space_between_far_east_and_digitboolReadGets the add space between far east and digit.
auto_adjust_right_indentboolReadGets the auto adjust right indent.
no_space_between_paragraphs_of_same_styleboolReadGets the no space between paragraphs of same style.
page_break_beforeboolReadGets the page break before.
outline_levelintReadGets the outline level.
tab_stopslist[tuple[float, int, int]]ReadGets the tab stops.
borderslist[Optional[tuple[int, float, str, int]]]ReadGets the borders.
shading_backstrReadGets the shading back.
baseline_alignmentintReadGets the baseline alignment.
conditional_stylestrReadGets the conditional style.
in_tableboolReadGets the in table.
is_table_terminatorboolReadGets the is table terminator.

Methods

SignatureDescription
__init__()

See Also