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

NameTypeAccessDescription
typeBulletTypeRead/WriteReturns or sets the bullet type of a paragraph with no inheritance.
charstrRead/WriteReturns or sets the bullet char of a paragraph with no inheritance.
fontIFontDataRead/WriteReturns or sets the bullet font of a paragraph with no inheritance.
heightfloatRead/WriteReturns or sets the bullet height of a paragraph with no inheritance.
colorIColorFormatReadReturns the color format of a bullet of a paragraph with no inheritance.
numbered_bullet_start_withintRead/WriteReturns or sets the first number which is used for group of numbered bullets with no inheritance.
numbered_bullet_styleNumberedBulletStyleRead/WriteReturns or sets the style of a numbered bullet with no inheritance.
is_bullet_hard_colorNullableBoolRead/WriteDetermines whether the bullet has own color or inherits it from the first portion in the paragraph.
is_bullet_hard_fontNullableBoolRead/WriteDetermines whether the bullet has own font or inherits it from the first portion in the paragraph.
pictureISlidesPictureReadReturns the picture used as a bullet in a paragraph with no inheritance.
as_i_presentation_componentIPresentationComponentReadAllows to get base IPresentationComponent interface.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

See Also