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
Description
IParagraphFormat is a class in the Aspose.Slides FOSS library for Python that exposes 0 methods and 16 properties for programmatic use. It extends ABC, inheriting shared functionality from its parent type.
Core capabilities include: ibulletformat; textalignment; float. These operations enable developers to integrate iparagraphformat functionality directly into Python applications.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
bullet | IBulletFormat | Read-only | The bullet value. |
depth | int | Read / Write | The depth value. |
alignment | TextAlignment | Read / Write | The alignment value. |
space_within | float | Read / Write | The space_within value. |
space_before | float | Read / Write | The space_before value. |
space_after | float | Read / Write | The space_after value. |
east_asian_line_break | NullableBool | Read / Write | Whether east_asian_line_break is enabled. |
right_to_left | NullableBool | Read / Write | Whether right_to_left is enabled. |
latin_line_break | NullableBool | Read / Write | Whether latin_line_break is enabled. |
hanging_punctuation | NullableBool | Read / Write | Whether hanging_punctuation is enabled. |
margin_left | float | Read / Write | The margin_left value. |
margin_right | float | Read / Write | The margin_right value. |
indent | float | Read / Write | The indent value. |
default_tab_size | float | Read / Write | The default_tab_size value. |
font_alignment | FontAlignment | Read / Write | The font_alignment value. |
default_portion_format | IPortionFormat | Read-only | The default_portion_format value. |