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


Properties

PropertyTypeAccessDescription
typeBulletTypeRead / WriteThe type value.
charstrRead / WriteThe char value.
fontIFontDataRead / WriteThe font value.
heightfloatRead / WriteThe height value.
colorIColorFormatRead-onlyThe color value.
pictureISlidesPictureRead-onlyThe picture value.
numbered_bullet_start_withintRead / WriteThe numbered_bullet_start_with value.
numbered_bullet_styleNumberedBulletStyleRead / WriteThe numbered_bullet_style value.
is_bullet_hard_colorNullableBoolRead / WriteWhether the _bullet_hard_color flag is set.
is_bullet_hard_fontNullableBoolRead / WriteWhether the _bullet_hard_font flag is set.

See Also