IBulletFormat
Overview
IBulletFormat is a interface in Aspose.Slides FOSS for .NET.
Represents paragraph bullet formatting properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Type | BulletType | Read/Write | Represents the bullet style enumeration for the paragraph |
Char | string | Read/Write | Gets or sets the character used for a symbol bullet |
Font | IFontData? | Read/Write | Provides access to the font data applied to the bullet |
Height | float | Read/Write | Specifies the bullet size as a floating‑point value |
Color | IColorFormat | Read | Defines the color formatting applied to the bullet |
NumberedBulletStartWith | int | Read/Write | |
NumberedBulletStyle | NumberedBulletStyle | Read/Write | Indicates the numbering scheme for numbered bullets |
IsBulletHardColor | NullableBool | Read/Write | Determines whether the bullet uses a fixed color |
IsBulletHardFont | NullableBool | Read/Write | Determines whether the bullet uses a fixed font |
Picture | ISlidesPicture? | Read | References an optional picture used as a bullet |