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

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