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
| Name | Type | Access | Description |
|---|---|---|---|
Type | BulletType | Read/Write | Gets or sets the bullet type. |
Char | string | Read/Write | Gets or sets the bullet character (for symbol bullets). |
Font | IFontData? | Read/Write | Gets or sets the bullet font. |
Height | float | Read/Write | Gets or sets the bullet height as a percentage. |
Color | IColorFormat | Read | Gets the bullet color format. |
NumberedBulletStartWith | int | Read/Write | Gets or sets the starting number for numbered bullets. |
NumberedBulletStyle | NumberedBulletStyle | Read/Write | Gets or sets the numbered bullet style. |
IsBulletHardColor | NullableBool | Read/Write | Gets or sets whether the bullet uses a hard-coded color. |
IsBulletHardFont | NullableBool | Read/Write | Gets or sets whether the bullet uses a hard-coded font. |
Picture | ISlidesPicture? | Read | Gets the picture used for picture bullets. |