BulletFormat

Overview

BulletFormat is a class in Aspose.Slides FOSS for C++.

Represents paragraph bullet formatting properties.

Properties

NameTypeAccessDescription
BulletTypeBulletTypeReadReturns the BulletType enum indicating the paragraph’s bullet style
SimpleColorFormatSimpleColorFormatReadProperty provides access to the bullet’s simple color formatting
NumberedBulletStyleNumberedBulletStyleReadReturns the NumberedBulletStyle enum for numbered bullets
NullableBoolNullableBoolReadProperty indicates whether the bullet is enabled, with a nullable three-state value
PicturePictureReadProperty gets or sets the picture used for a picture bullet

Methods

SignatureDescription
BulletType()BulletTypeReturns the BulletType enum indicating the paragraph’s bullet style
SimpleColorFormat()SimpleColorFormatProperty provides access to the bullet’s simple color formatting
SimpleColorFormat()SimpleColorFormat
NumberedBulletStyle()NumberedBulletStyleReturns the NumberedBulletStyle enum for numbered bullets
NullableBool()NullableBoolProperty indicates whether the bullet is enabled, with a nullable three-state value
NullableBool()NullableBool
Picture()PictureProperty 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.

See Also