IBulletFormatEffectiveData Interface

Immutable object which contains effective paragraph bullet formatting properties.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IBulletFormatEffectiveData

The IBulletFormatEffectiveData type exposes the following members.

Properties
  NameDescription
Public propertyChar
Returns the bullet char of a paragraph. Read-only Char.
Public propertyColor
Returns the color of a bullet. Read-only Color.
Public propertyFont
Returns the bullet font of a paragraph. Read-only IFontData.
Public propertyHeight
Returns the bullet height of a paragraph. Read-only Single.
Public propertyNumberedBulletStartWith
Returns the first number which is used for group of numbered bullets. Read-only Int16.
Public propertyNumberedBulletStyle
Returns the style of a numbered bullet. Read-only NumberedBulletStyle.
Public propertyPicture
Returns the picture used as a bullet in the paragraph. Read-only IPictureEffectiveData.
Public propertyType
Returns the bullet type of a paragraph. Read-only BulletType.
Remarks
This interface is used as a part of IParagraphFormatEffectiveData.
See Also