ParagraphFormat — Aspose.Slides FOSS C++ API Reference
ParagraphFormat — Represents paragraph formatting properties.
Package: Aspose::Slides
Properties
| Property | Type | Access | Description |
|---|---|---|---|
IBulletFormat | IBulletFormat | Read | |
NullableBool | NullableBool | Read | |
FontAlignment | FontAlignment | Read | |
PortionFormat | PortionFormat | Read |
Methods
| Method | Returns | Description |
|---|---|---|
IBulletFormat() | IBulletFormat | |
IBulletFormat() | IBulletFormat | |
NullableBool() | NullableBool | |
NullableBool() | NullableBool | |
NullableBool() | NullableBool | |
NullableBool() | NullableBool | |
FontAlignment() | FontAlignment | |
PortionFormat() | PortionFormat | |
PortionFormat() | PortionFormat | |
alignment() | TextAlignment | Returns the text alignment. |
set_alignment() | void | Sets the text alignment. |
init_internal() | void | Initialize from an existing XML node. |
save() | void | Persist changes via the save callback. |
get_nullable_bool_attr() | NullableBool | Read a NullableBool from a pPr attribute. |
set_nullable_bool_attr() | void | Write a NullableBool to a pPr attribute. |
get_spacing() | double | Read spacing from a child element (lnSpc, spcBef, spcAft). |
set_spacing() | void | Write spacing to a child element. |
get_emu_attr() | double | Read an EMU-based attribute and convert to points. |
set_emu_attr() | void | Write a point value as an EMU attribute. |