BulletFormat
Overview
BulletFormat is a class in Aspose.Slides FOSS for Python.
Inherits from: PVIObject, ISlideComponent, IPresentationComponent.
Represents paragraph bullet formatting properties.
Properties: as_i_presentation_component, char, color, font, height, is_bullet_hard_color, and 7 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | BulletType | Read/Write | Returns or sets the bullet type of a paragraph with no inheritance. |
char | str | Read/Write | Returns or sets the bullet char of a paragraph with no inheritance. |
font | IFontData | Read/Write | Returns or sets the bullet font of a paragraph with no inheritance. |
height | float | Read/Write | 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/Write | Returns or sets the first number which is used for group of numbered bullets with no inheritance. |
numbered_bullet_style | NumberedBulletStyle | Read/Write | Returns or sets the style of a numbered bullet with no inheritance. |
is_bullet_hard_color | NullableBool | Read/Write | Determines whether the bullet has own color or inherits it from the first portion in the paragraph. |
is_bullet_hard_font | NullableBool | Read/Write | 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. |
as_i_presentation_component | IPresentationComponent | Read | Allows to get base IPresentationComponent interface. |
slide | IBaseSlide | Read | Gets the slide. |
presentation | IPresentation | Read | Gets the presentation. |