| Modifier and Type | Method and Description |
|---|---|
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) |
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()