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
| Name | Type | Access | Description |
|---|---|---|---|
Type | BulletType | Read/Write | Represents the bullet style enumeration (e.g., none, symbol, picture, numbered) |
Char | string | Read/Write | Holds the character used for a symbol bullet |
Font | IFontData? | Read/Write | Provides font data for a symbol bullet |
Height | float | Read/Write | Specifies the bullet size relative to the text |
Color | IColorFormat | Read | Defines the bullet’s color |
NumberedBulletStartWith | int | Read/Write | Sets the starting number for numbered bullets |
NumberedBulletStyle | NumberedBulletStyle | Read/Write | Indicates the numbering format (e.g., Arabic, Roman) |
IsBulletHardColor | NullableBool | Read/Write | Determines if the bullet uses a fixed color independent of text |
IsBulletHardFont | NullableBool | Read/Write | |
Picture | ISlidesPicture? | Read | References the picture used for a picture bullet |