BulletFormat
General
BulletFormat is a class in Aspose.Slides for Python.
Inherits from: PVIObject, ISlideComponent, IPresentationComponent.
BulletFormat és una classe en Aspose.Slides per a Python. És heretat de: ゚PVIObject, ⌒ISlideComponentヽ , ゙IPresentationComponent .
Representa les propietats de formatatge d’una puntada en un paràgraf.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
type | BulletType | Read | Represents the bullet type enumeration applied to the paragraph |
char | str | Read | Holds the character used for a symbol bullet |
font | IFontData | Read | Provides font data for the bullet character |
height | float | Read | Specifies the bullet size as a height multiplier |
color | IColorFormat | Read | Defines the color applied to the bullet |
numbered_bullet_start_with | int | Read | Sets the starting number for numbered bullets |
numbered_bullet_style | NumberedBulletStyle | Read | Selects the numbering style for numbered bullets |
is_bullet_hard_color | NullableBool | Read | Indicates if the bullet color overrides inherited color |
is_bullet_hard_font | NullableBool | Read | Indicates if the bullet font overrides inherited font |
picture | ISlidesPicture | Read | References a picture used as a custom bullet |