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
| Name | Type | Access | Description |
|---|---|---|---|
Type | BulletType | Read/Write | Gets or sets the type. |
Char | string | Read/Write | Gets or sets the char. |
Font | IFontData? | Read/Write | Gets or sets the font. |
Height | float | Read/Write | Gets or sets the height. |
Color | IColorFormat | Read | Gets the color. |
NumberedBulletStartWith | int | Read/Write | Gets or sets the numbered bullet start with. |
NumberedBulletStyle | NumberedBulletStyle | Read/Write | Gets or sets the numbered bullet style. |
IsBulletHardColor | NullableBool | Read/Write | Gets or sets the is bullet hard color. |
IsBulletHardFont | NullableBool | Read/Write | Gets or sets the is bullet hard font. |
Picture | ISlidesPicture? | Read | Gets the picture. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
Slide | IBaseSlide? | Read | Gets the slide. |
Presentation | IPresentation? | Read | Gets the presentation. |