|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BulletFormatEffectiveData
public class BulletFormatEffectiveData
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 |
---|
public int getType()
Returns the bullet type of a paragraph.
Readonly BulletType
.
getType
in interface IBulletFormatEffectiveData
public char getChar()
Returns the bullet char of a paragraph.
Readonly char
.
getChar
in interface IBulletFormatEffectiveData
public IFontData getFont()
Returns the bullet font of a paragraph.
Readonly FontData
.
getFont
in interface IBulletFormatEffectiveData
public float getHeight()
Returns the bullet height of a paragraph.
Readonly float
.
getHeight
in interface IBulletFormatEffectiveData
public short getNumberedBulletStartWith()
Returns the first number which is used for group of numbered bullets.
Readonly short
.
getNumberedBulletStartWith
in interface IBulletFormatEffectiveData
public int getNumberedBulletStyle()
Returns the style of a numbered bullet.
Readonly NumberedBulletStyle
.
getNumberedBulletStyle
in interface IBulletFormatEffectiveData
public java.awt.Color getColor()
getColor
in interface IBulletFormatEffectiveData
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |