IBulletFormatEffectiveData class

IBulletFormatEffectiveData class

Immutable object which contains effective paragraph bullet formatting properties.

The IBulletFormatEffectiveData type exposes the following members:

Properties

PropertyDescription
typeReturns the bullet type of a paragraph.
Read-only BulletType.
charReturns the bullet char of a paragraph.
Read-only System.Char.
actual_bullet_valueReturns actual bullet value for parent paragraph.
Read-only str.
fontReturns the bullet font of a paragraph.
Read-only IFontData.
heightReturns the bullet height of a paragraph.
Read-only float.
numbered_bullet_start_withReturns the first number which is used for group of numbered bullets.
Read-only int.
numbered_bullet_styleReturns the style of a numbered bullet.
Read-only NumberedBulletStyle.
is_bullet_hard_colorDetermines whether the bullet has own color or inherits it from the first portion in the paragraph.
Returns true if bullet has own color and false if bullet inherits color from the first portion in the paragraph.
Read-only bool.
is_bullet_hard_fontDetermines whether the bullet has own font or inherits it from the first portion in the paragraph.
Returns true if bullet has own font and true if bullet inherits font from the first portion in the paragraph.
Read-only bool.
pictureReturns the picture used as a bullet in the paragraph.
Read-only IPictureEffectiveData.
fill_formatReturns the bullet fill format of a paragraph.
Read-only IFillFormatEffectiveData.

Remarks

This interface is used as a part of IParagraphFormatEffectiveData.

See Also