IBulletFormat

Overview

IBulletFormat is a interface in Aspose.Slides FOSS for .NET.

Represents paragraph bullet formatting properties.

Properties

NameTypeAccessDescription
TypeBulletTypeRead/WriteRepresents the bullet style enumeration for the paragraph
CharstringRead/WriteGets or sets the character used for a symbol bullet
FontIFontData?Read/WriteProvides access to the font data applied to the bullet
HeightfloatRead/WriteSpecifies the bullet size as a floating‑point value
ColorIColorFormatReadDefines the color formatting applied to the bullet
NumberedBulletStartWithintRead/Write
NumberedBulletStyleNumberedBulletStyleRead/WriteIndicates the numbering scheme for numbered bullets
IsBulletHardColorNullableBoolRead/WriteDetermines whether the bullet uses a fixed color
IsBulletHardFontNullableBoolRead/WriteDetermines whether the bullet uses a fixed font
PictureISlidesPicture?ReadReferences an optional picture used as a bullet

See Also