|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface TextParagraph.BulletStyle
Method Summary | |
---|---|
AutoNumberingScheme |
getAutoNumberingScheme()
|
java.lang.Integer |
getAutoNumberingStartAt()
Index (1-based) of the first auto number value, or null if auto numbering scheme wasn't assigned. |
java.lang.String |
getBulletCharacter()
|
java.lang.String |
getBulletFont()
|
PaintStyle |
getBulletFontColor()
|
java.lang.Double |
getBulletFontSize()
The bullet point font size If bulletFontSize >= 0, then space is a percentage of normal line height. |
void |
setBulletFontColor(java.awt.Color color)
Convenience function to set a solid color |
void |
setBulletFontColor(PaintStyle color)
|
Method Detail |
---|
java.lang.String getBulletCharacter()
java.lang.String getBulletFont()
java.lang.Double getBulletFontSize()
void setBulletFontColor(java.awt.Color color)
void setBulletFontColor(PaintStyle color)
PaintStyle getBulletFontColor()
null
value means to use the text font color.AutoNumberingScheme getAutoNumberingScheme()
java.lang.Integer getAutoNumberingStartAt()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |