Class TextElement

Direct Known Subclasses:
BadgeElement

public class TextElement extends AbstractTemplateElement<TextElement>
  • Field Details

    • fontStyle

      protected FontStyle fontStyle
    • lineHeight

      protected float lineHeight
    • wrapLines

      protected boolean wrapLines
    • padding

      protected Spacing padding
    • textAlignment

      protected TextAlignment textAlignment
  • Constructor Details

    • TextElement

      public TextElement(String propertyName)
    • TextElement

      public TextElement(String propertyName, int row, int column)
    • TextElement

      public TextElement(String propertyName, int row, int column, int rowSpan, int colSpan)
    • TextElement

      public TextElement(String propertyName, int row, int column, int rowSpan, int colSpan, HorizontalElementAlignment horizontalAlignment, VerticalElementAlignment verticalAlignment)
  • Method Details