IBulletFormat — Aspose.Slides FOSS Python API Reference
Overview
IBulletFormat defines formatting options for i bullet. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition. Refer to the package documentation for installation instructions and a complete list of related types.
Package: aspose.slides_foss
Description
IBulletFormat is a class in the Aspose.Slides FOSS library for Python that exposes 0 methods and 10 properties for programmatic use. It extends ABC, inheriting shared functionality from its parent type.
Core capabilities include: bullettype; ifontdata; float. These operations enable developers to integrate ibulletformat functionality directly into Python applications.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
type | BulletType | Read / Write | The type value. |
char | str | Read / Write | The char value. |
font | IFontData | Read / Write | The font value. |
height | float | Read / Write | The height value. |
color | IColorFormat | Read-only | The color value. |
picture | ISlidesPicture | Read-only | The picture value. |
numbered_bullet_start_with | int | Read / Write | The numbered_bullet_start_with value. |
numbered_bullet_style | NumberedBulletStyle | Read / Write | The numbered_bullet_style value. |
is_bullet_hard_color | NullableBool | Read / Write | Whether the _bullet_hard_color flag is set. |
is_bullet_hard_font | NullableBool | Read / Write | Whether the _bullet_hard_font flag is set. |