BulletFormat
Overview
BulletFormat is a class in Aspose.Slides FOSS for Python.
Inherits from: PVIObject, ISlideComponent, IPresentationComponent.
Represents paragraph bullet formatting properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | BulletType | Read | Returns or sets the bullet type of a paragraph with no inheritance. |
char | str | Read | Returns or sets the bullet char of a paragraph with no inheritance. |
font | IFontData | Read | Returns or sets the bullet font of a paragraph with no inheritance. |
height | float | Read | Returns or sets the bullet height of a paragraph with no inheritance. |
color | IColorFormat | Read | Returns the color format of a bullet of a paragraph with no inheritance. |
numbered_bullet_start_with | int | Read | Returns or sets the first number which is used for group of numbered bullets with no inheritance. |
numbered_bullet_style | NumberedBulletStyle | Read | Returns or sets the style of a numbered bullet with no inheritance. |
is_bullet_hard_color | NullableBool | Read | Determines whether the bullet has own color or inherits it from the first portion in the paragraph. |
is_bullet_hard_font | NullableBool | Read | Determines whether the bullet has own font or inherits it from the first portion in the paragraph. |
picture | ISlidesPicture | Read | Returns the picture used as a bullet in a paragraph with no inheritance. |