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

NameTypeAccessDescription
BulletTypeBulletTypeReadReturns the bullet type of the paragraph
SimpleColorFormatSimpleColorFormatReadProperty gets or sets the simple color format of the bullet
NumberedBulletStyleNumberedBulletStyleReadProperty gets or sets the numbered bullet style
NullableBoolNullableBoolReadProperty gets or sets a nullable boolean related to bullet options
PicturePictureReadProperty gets or sets the picture used as a bullet

Mètodes

SignatureDescription
BulletType()BulletTypeReturns the bullet type of the paragraph
SimpleColorFormat()SimpleColorFormatProperty gets or sets the simple color format of the bullet
SimpleColorFormat()SimpleColorFormat
NumberedBulletStyle()NumberedBulletStyleProperty gets or sets the numbered bullet style
NullableBool()NullableBoolProperty gets or sets a nullable boolean related to bullet options
NullableBool()NullableBool
Picture()PictureProperty 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.
 Català