ParagraphFormat
General
ParagraphFormat is a class in Aspose.Slides for Python.
Inherits from: PVIObject, ISlideComponent, IPresentationComponent.
ParagraphFormat és una classe en Aspose.Slides per a Python. És heretat de: ゚PVIObject, ⌒ISlideComponentヽ , ゙IPresentationComponent .
Aquesta classe conté les propietats de formatació dels paràgrafs.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
alignment | TextAlignment | Read | |
space_within | float | Read | Defines the line spacing multiplier within the paragraph |
space_before | float | Read | Sets the spacing before the paragraph |
space_after | float | Read | Sets the spacing after the paragraph |
east_asian_line_break | NullableBool | Read | Indicates whether East Asian line breaking is enabled |
right_to_left | NullableBool | Read | Indicates if the paragraph direction is right‑to‑left |
latin_line_break | NullableBool | Read | Indicates if Latin line breaking rules are applied |
hanging_punctuation | NullableBool | Read | Indicates whether hanging punctuation is used |
margin_left | float | Read | Sets the left margin of the paragraph |
margin_right | float | Read | Sets the right margin of the paragraph |
indent | float | Read | Defines the first‑line indent of the paragraph |
default_tab_size | float | Read | Sets the default tab stop width for the paragraph |
font_alignment | FontAlignment | Read | Specifies the vertical alignment of text within the line |
bullet | IBulletFormat | Read | Provides access to bullet formatting for the paragraph |
depth | int | Read | Indicates the nesting level of the paragraph in a list |
default_portion_format | IPortionFormat | Read | Provides the default character formatting for new portions |
Mètodes
| Signature | Description |
|---|---|
__init__() |