BulletFormat
General
BulletFormat és una classe en Aspose.Slides FOSS per a C++.
Representa les propietats de formatatge d’una puntada en un paràgraf.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
BulletType | BulletType | Read | Returns the bullet type of the paragraph |
SimpleColorFormat | SimpleColorFormat | Read | Property gets or sets the simple color format of the bullet |
NumberedBulletStyle | NumberedBulletStyle | Read | Property gets or sets the numbered bullet style |
NullableBool | NullableBool | Read | Property gets or sets a nullable boolean related to bullet options |
Picture | Picture | Read | Property gets or sets the picture used as a bullet |
Mètodes
| Signature | Description |
|---|---|
BulletType() → BulletType | Returns the bullet type of the paragraph |
SimpleColorFormat() → SimpleColorFormat | Property gets or sets the simple color format of the bullet |
SimpleColorFormat() → SimpleColorFormat | |
NumberedBulletStyle() → NumberedBulletStyle | Property gets or sets the numbered bullet style |
NullableBool() → NullableBool | Property gets or sets a nullable boolean related to bullet options |
NullableBool() → NullableBool | |
Picture() → Picture | Property gets or sets the picture used as a 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. |