BulletFormat — Aspose.Slides FOSS C++ API Reference

BulletFormat — Represents paragraph bullet formatting properties.

Package: Aspose::Slides


Properties

PropertyTypeAccessDescription
BulletTypeBulletTypeRead
SimpleColorFormatSimpleColorFormatRead
NumberedBulletStyleNumberedBulletStyleRead
NullableBoolNullableBoolRead
PicturePictureRead

Methods

MethodReturnsDescription
BulletType()BulletType
SimpleColorFormat()SimpleColorFormat
SimpleColorFormat()SimpleColorFormat
NumberedBulletStyle()NumberedBulletStyle
NullableBool()NullableBool
NullableBool()NullableBool
Picture()Picture
Picture()Picture
init_internal()voidInitialize from an existing XML node.
save()voidPersist changes via the save callback.
remove_bullet_type_elements()voidRemove all bullet type child elements (buNone, buAutoNum, buChar, buBlip) from pPr.

See Also