ParagraphFormat

Overview

ParagraphFormat is a class in Aspose.Slides FOSS for Python. Inherits from: PVIObject, ISlideComponent, IPresentationComponent.

This class contains the paragraph formatting properties.

Properties

NameTypeAccessDescription
alignmentTextAlignmentReadReturns or sets the text alignment in a paragraph with no inheritance.
space_withinfloatReadReturns or sets the amount of space between base lines in a paragraph.
space_beforefloatReadReturns or sets the amount of space before the first line in a paragraph with no inheritance.
space_afterfloatReadReturns or sets the amount of space after the last line in a paragraph with no inheritance.
east_asian_line_breakNullableBoolReadDetermines whether the East Asian line break is used in a paragraph.
right_to_leftNullableBoolReadDetermines whether the Right to Left writing is used in a paragraph.
latin_line_breakNullableBoolReadDetermines whether the Latin line break is used in a paragraph.
hanging_punctuationNullableBoolReadDetermines whether the hanging punctuation is used in a paragraph.
margin_leftfloatReadReturns or sets the left margin in a paragraph with no inheritance.
margin_rightfloatReadReturns or sets the right margin in a paragraph with no inheritance.
indentfloatReadReturns or sets paragraph First Line Indent/Hanging Indent with no inheritance.
default_tab_sizefloatReadReturns or sets default tabulation size with no inheritance.
font_alignmentFontAlignmentReadReturns or sets a font alignment in a paragraph with no inheritance.
bulletIBulletFormatReadProvides access to the paragraph’s bullet formatting
depthintReadGets or sets the outline depth level of the paragraph
default_portion_formatIPortionFormatReadGets or sets the default format for portions in the paragraph

Methods

SignatureDescription
__init__()

See Also