BulletFormat
Overview
BulletFormat is a class in Aspose.Slides FOSS for C++.
Represents paragraph bullet formatting properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
BulletType | BulletType | Read | Returns the BulletType enum indicating the paragraph’s bullet style |
SimpleColorFormat | SimpleColorFormat | Read | Property provides access to the bullet’s simple color formatting |
NumberedBulletStyle | NumberedBulletStyle | Read | Returns the NumberedBulletStyle enum for numbered bullets |
NullableBool | NullableBool | Read | Property indicates whether the bullet is enabled, with a nullable three-state value |
Picture | Picture | Read | Property gets or sets the picture used for a picture bullet |
Methods
| Signature | Description |
|---|---|
BulletType() → BulletType | Returns the BulletType enum indicating the paragraph’s bullet style |
SimpleColorFormat() → SimpleColorFormat | Property provides access to the bullet’s simple color formatting |
SimpleColorFormat() → SimpleColorFormat | |
NumberedBulletStyle() → NumberedBulletStyle | Returns the NumberedBulletStyle enum for numbered bullets |
NullableBool() → NullableBool | Property indicates whether the bullet is enabled, with a nullable three-state value |
NullableBool() → NullableBool | |
Picture() → Picture | Property gets or sets the picture used for a picture bullet |
Picture() → Picture | |
init_internal(ppr_element: pugi::xml_node, save_callback: std::function<void()>) | Initialize from an existing XML node. |
save() | Persist changes via the save callback. |
remove_bullet_type_elements() | Remove all bullet type child elements (buNone, buAutoNum, buChar, buBlip) from pPr. |