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

NameTypeAccessDescription
style_namestrReadGets the style name.
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.
page_break_beforeboolReadGets the page break before.
no_space_between_paragraphs_of_same_styleboolReadGets the no space between paragraphs of same style.
outline_levelintReadGets the outline level.
is_headingboolReadGets the is heading.
is_list_itemboolReadGets the is list item.
shadingShadingReadGets the shading.
borderslist[Border]ReadGets the borders.
paragraph_mark_fontOptional[Font]ReadGets the paragraph mark font.
style_identifierintReadGets the style identifier.
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.
baseline_alignmentintReadGets the baseline alignment.
conditional_stylestrReadGets the conditional style.
tab_stopsTabStopCollectionReadGets the tab stops.
frameOptional["FrameFormat"]ReadGets the frame.
lines_to_dropintReadGets the lines to drop.
drop_cap_positionintReadGets the drop cap position.

See Also