com.aspose.slides
Class BulletFormatEffectiveData

java.lang.Object
  extended by com.aspose.slides.BulletFormatEffectiveData
All Implemented Interfaces:
IBulletFormatEffectiveData

public class BulletFormatEffectiveData
extends java.lang.Object
implements IBulletFormatEffectiveData

Immutable object which contains the paragraph's formatting properties.


Method Summary
 char getChar()
           Returns the bullet char of a paragraph.
 java.awt.Color getColor()
           
 IFontData getFont()
           Returns the bullet font of a paragraph.
 float getHeight()
           Returns the bullet height of a paragraph.
 short getNumberedBulletStartWith()
           Returns the first number which is used for group of numbered bullets.
 int getNumberedBulletStyle()
           Returns the style of a numbered bullet.
 int getType()
           Returns the bullet type of a paragraph.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public int getType()

Returns the bullet type of a paragraph. Readonly BulletType.

Specified by:
getType in interface IBulletFormatEffectiveData

getChar

public char getChar()

Returns the bullet char of a paragraph. Readonly char.

Specified by:
getChar in interface IBulletFormatEffectiveData

getFont

public IFontData getFont()

Returns the bullet font of a paragraph. Readonly FontData.

Specified by:
getFont in interface IBulletFormatEffectiveData

getHeight

public float getHeight()

Returns the bullet height of a paragraph. Readonly float.

Specified by:
getHeight in interface IBulletFormatEffectiveData

getNumberedBulletStartWith

public short getNumberedBulletStartWith()

Returns the first number which is used for group of numbered bullets. Readonly short.

Specified by:
getNumberedBulletStartWith in interface IBulletFormatEffectiveData

getNumberedBulletStyle

public int getNumberedBulletStyle()

Returns the style of a numbered bullet. Readonly NumberedBulletStyle.

Specified by:
getNumberedBulletStyle in interface IBulletFormatEffectiveData

getColor

public java.awt.Color getColor()
Specified by:
getColor in interface IBulletFormatEffectiveData