BulletFormat — Aspose.Slides FOSS C++ API Reference
BulletFormat — Represents paragraph bullet formatting properties.
Package: Aspose::Slides
Properties
| Property | Type | Access | Description |
|---|---|---|---|
BulletType | BulletType | Read | |
SimpleColorFormat | SimpleColorFormat | Read | |
NumberedBulletStyle | NumberedBulletStyle | Read | |
NullableBool | NullableBool | Read | |
Picture | Picture | Read |
Methods
| Method | Returns | Description |
|---|---|---|
BulletType() | BulletType | |
SimpleColorFormat() | SimpleColorFormat | |
SimpleColorFormat() | SimpleColorFormat | |
NumberedBulletStyle() | NumberedBulletStyle | |
NullableBool() | NullableBool | |
NullableBool() | NullableBool | |
Picture() | Picture | |
Picture() | Picture | |
init_internal() | void | Initialize from an existing XML node. |
save() | void | Persist changes via the save callback. |
remove_bullet_type_elements() | void | Remove all bullet type child elements (buNone, buAutoNum, buChar, buBlip) from pPr. |