IParagraphFormat

IParagraphFormat — Aspose.Slides FOSS Python API Reference

Overview

IParagraphFormat defines formatting options for i paragraph. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition. Refer to the package documentation for installation instructions and a complete list of related types.

Package: aspose.slides_foss


Properties

PropertyTypeAccessDescription
bulletIBulletFormatRead-onlyThe bullet value.
depthintRead / WriteThe depth value.
alignmentTextAlignmentRead / WriteThe alignment value.
space_withinfloatRead / WriteThe space_within value.
space_beforefloatRead / WriteThe space_before value.
space_afterfloatRead / WriteThe space_after value.
east_asian_line_breakNullableBoolRead / WriteWhether east_asian_line_break is enabled.
right_to_leftNullableBoolRead / WriteWhether right_to_left is enabled.
latin_line_breakNullableBoolRead / WriteWhether latin_line_break is enabled.
hanging_punctuationNullableBoolRead / WriteWhether hanging_punctuation is enabled.
margin_leftfloatRead / WriteThe margin_left value.
margin_rightfloatRead / WriteThe margin_right value.
indentfloatRead / WriteThe indent value.
default_tab_sizefloatRead / WriteThe default_tab_size value.
font_alignmentFontAlignmentRead / WriteThe font_alignment value.
default_portion_formatIPortionFormatRead-onlyThe default_portion_format value.

See Also