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 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 invalid input: '<' 0, the absolute value in points
      Returns:
      the bullet point font size
    • setBulletFontColor

      void setBulletFontColor(Color color)
      Convenience function to set a solid color
    • setBulletFontColor

      void setBulletFontColor(PaintStyle color)
    • 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.