BulletFormat

Overview

BulletFormat is a class in Aspose.Slides FOSS for Python. Inherits from: PVIObject, ISlideComponent, IPresentationComponent.

Represents paragraph bullet formatting properties.

Properties

NameTypeAccessDescription
typeBulletTypeReadReturns or sets the bullet type of a paragraph with no inheritance.
charstrReadReturns or sets the bullet char of a paragraph with no inheritance.
fontIFontDataReadReturns or sets the bullet font of a paragraph with no inheritance.
heightfloatReadReturns 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_withintReadReturns or sets the first number which is used for group of numbered bullets with no inheritance.
numbered_bullet_styleNumberedBulletStyleReadReturns or sets the style of a numbered bullet with no inheritance.
is_bullet_hard_colorNullableBoolReadDetermines whether the bullet has own color or inherits it from the first portion in the paragraph.
is_bullet_hard_fontNullableBoolReadDetermines 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.

See Also