Package org.apache.poi.sl.usermodel
Interface TextParagraph.BulletStyle
- Enclosing interface:
- TextParagraph<S extends Shape<S,
P>, P extends TextParagraph<S, P, T>, T extends TextRun>
public static interface TextParagraph.BulletStyle
-
Method Summary
Modifier and TypeMethodDescriptionIndex (1-based) of the first auto number value, or null if auto numbering scheme wasn't assigned.The bullet point font size If bulletFontSize >= 0, then space is a percentage of normal line height.void
setBulletFontColor
(Color color) Convenience function to set a solid colorvoid
setBulletFontColor
(PaintStyle color)
-
Method Details
-
getBulletCharacter
String getBulletCharacter() -
getBulletFont
String getBulletFont() -
getBulletFontSize
Double getBulletFontSize()The bullet point font size If bulletFontSize >= 0, then space is a percentage of normal line height. If bulletFontSize < 0, the absolute value in points- Returns:
- the bullet point font size
-
setBulletFontColor
Convenience function to set a solid color -
setBulletFontColor
-
getBulletFontColor
PaintStyle getBulletFontColor()- Returns:
- the color of bullet characters within a given paragraph.
A
null
value means to use the text font color.
-
getAutoNumberingScheme
AutoNumberingScheme getAutoNumberingScheme() -
getAutoNumberingStartAt
Integer getAutoNumberingStartAt()Index (1-based) of the first auto number value, or null if auto numbering scheme wasn't assigned.
-