IBulletFormatEffectiveData Interface |
Namespace: Aspose.Slides
The IBulletFormatEffectiveData type exposes the following members.
Name | Description | |
---|---|---|
![]() | Char |
Returns the bullet char of a paragraph.
Read-only Char.
|
![]() | Color |
Returns the color of a bullet.
Read-only Color.
|
![]() | Font |
Returns the bullet font of a paragraph.
Read-only IFontData.
|
![]() | Height |
Returns the bullet height of a paragraph.
Read-only Single.
|
![]() | NumberedBulletStartWith |
Returns the first number which is used for group of numbered bullets.
Read-only Int16.
|
![]() | NumberedBulletStyle |
Returns the style of a numbered bullet.
Read-only NumberedBulletStyle.
|
![]() | Picture |
Returns the picture used as a bullet in the paragraph.
Read-only IPictureEffectiveData.
|
![]() | Type |
Returns the bullet type of a paragraph.
Read-only BulletType.
|