BulletFormat

Overview

BulletFormat is a class in Aspose.Slides FOSS for .NET. Inherits from: PVIObject, IBulletFormat.

Manages paragraph bullet formatting backed by OOXML bullet elements.

Properties

NameTypeAccessDescription
TypeBulletTypeRead/WriteRepresents the bullet style enumeration (e.g., none, symbol, picture, numbered)
CharstringRead/WriteHolds the character used for a symbol bullet
FontIFontData?Read/WriteProvides font data for a symbol bullet
HeightfloatRead/WriteSpecifies the bullet size relative to the text
ColorIColorFormatReadDefines the bullet’s color
NumberedBulletStartWithintRead/WriteSets the starting number for numbered bullets
NumberedBulletStyleNumberedBulletStyleRead/WriteIndicates the numbering format (e.g., Arabic, Roman)
IsBulletHardColorNullableBoolRead/WriteDetermines if the bullet uses a fixed color independent of text
IsBulletHardFontNullableBoolRead/Write
PictureISlidesPicture?ReadReferences the picture used for a picture bullet

See Also