com.aspose.slides
Interface IBulletFormatEffectiveData

All Known Implementing Classes:
BulletFormatEffectiveData

public interface IBulletFormatEffectiveData

Immutable object which contains the paragraph's formatting properties.


Method Summary
 char getChar()
           
 java.awt.Color getColor()
           
 IFontData getFont()
           
 float getHeight()
           
 short getNumberedBulletStartWith()
           
 int getNumberedBulletStyle()
           
 int getType()
           
 

Method Detail

getType

int getType()

getChar

char getChar()

getFont

IFontData getFont()

getHeight

float getHeight()

getNumberedBulletStartWith

short getNumberedBulletStartWith()

getNumberedBulletStyle

int getNumberedBulletStyle()

getColor

java.awt.Color getColor()