com.aspose.slides
Interface IBulletFormat
- All Known Implementing Classes:
- BulletFormat
public interface IBulletFormat
getType
byte getType()
setType
void setType(byte value)
getChar
char getChar()
setChar
void setChar(char value)
getFont
IFontData getFont()
setFont
void setFont(IFontData value)
getHeight
float getHeight()
setHeight
void setHeight(float value)
getColor
IColorFormat getColor()
getNumberedBulletStartWith
short getNumberedBulletStartWith()
setNumberedBulletStartWith
void setNumberedBulletStartWith(short value)
getNumberedBulletStyle
int getNumberedBulletStyle()
setNumberedBulletStyle
void setNumberedBulletStyle(int value)
isBulletHardColor
byte isBulletHardColor()
isBulletHardColor
void isBulletHardColor(byte value)
isBulletHardFont
byte isBulletHardFont()
isBulletHardFont
void isBulletHardFont(byte value)