IBulletFormatEffectiveData class
Contents
[
Hide
]IBulletFormatEffectiveData class
Immutable object which contains effective paragraph bullet formatting properties.
The IBulletFormatEffectiveData type exposes the following members:
Properties
Property | Description |
---|---|
type | Returns the bullet type of a paragraph. Read-only BulletType . |
char | Returns the bullet char of a paragraph. Read-only System.Char. |
actual_bullet_value | Returns actual bullet value for parent paragraph. Read-only str. |
font | Returns the bullet font of a paragraph. Read-only IFontData . |
height | Returns the bullet height of a paragraph. Read-only float. |
numbered_bullet_start_with | Returns the first number which is used for group of numbered bullets. Read-only int. |
numbered_bullet_style | Returns the style of a numbered bullet. Read-only NumberedBulletStyle . |
is_bullet_hard_color | Determines 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_font | Determines 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. |
picture | Returns the picture used as a bullet in the paragraph. Read-only IPictureEffectiveData . |
fill_format | Returns the bullet fill format of a paragraph. Read-only IFillFormatEffectiveData . |
Remarks
This interface is used as a part of IParagraphFormatEffectiveData
.
See Also
- class
IParagraphFormatEffectiveData
- module
aspose.slides
- library
Aspose.Slides