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: AsIPresentationComponent, Char, Color, Font, Height, IsBulletHardColor, and 7 more.

Properties

NameTypeAccessDescription
TypeBulletTypeRead/WriteGets or sets the type.
CharstringRead/WriteGets or sets the char.
FontIFontData?Read/WriteGets or sets the font.
HeightfloatRead/WriteGets or sets the height.
ColorIColorFormatReadGets the color.
NumberedBulletStartWithintRead/WriteGets or sets the numbered bullet start with.
NumberedBulletStyleNumberedBulletStyleRead/WriteGets or sets the numbered bullet style.
IsBulletHardColorNullableBoolRead/WriteGets or sets the is bullet hard color.
IsBulletHardFontNullableBoolRead/WriteGets or sets the is bullet hard font.
PictureISlidesPicture?ReadGets the picture.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
SlideIBaseSlide?ReadGets the slide.
PresentationIPresentation?ReadGets the presentation.

See Also