IBulletFormat

Overview

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

Represents paragraph bullet formatting properties.

Properties: Char, Color, Font, Height, IsBulletHardColor, IsBulletHardFont, and 4 more.

Properties

NameTypeAccessDescription
TypeBulletTypeRead/WriteGets or sets the bullet type.
CharstringRead/WriteGets or sets the bullet character (for symbol bullets).
FontIFontData?Read/WriteGets or sets the bullet font.
HeightfloatRead/WriteGets or sets the bullet height as a percentage.
ColorIColorFormatReadGets the bullet color format.
NumberedBulletStartWithintRead/WriteGets or sets the starting number for numbered bullets.
NumberedBulletStyleNumberedBulletStyleRead/WriteGets or sets the numbered bullet style.
IsBulletHardColorNullableBoolRead/WriteGets or sets whether the bullet uses a hard-coded color.
IsBulletHardFontNullableBoolRead/WriteGets or sets whether the bullet uses a hard-coded font.
PictureISlidesPicture?ReadGets the picture used for picture bullets.

See Also