Class JRTemplateText

java.lang.Object
net.sf.jasperreports.engine.fill.JRTemplateElement
net.sf.jasperreports.engine.fill.JRTemplateText
All Implemented Interfaces:
Serializable, Deduplicable, TextFormat, JRBoxContainer, JRCommonElement, JRCommonText, JRFont, JRParagraphContainer, JRPropertiesHolder, JRStyleContainer, JRTextAlignment

public class JRTemplateText extends JRTemplateElement implements JRTextAlignment, JRFont, JRCommonText, TextFormat
Text element information shared by multiple print text objects.
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
  • Field Details

    • lineBox

      protected JRLineBox lineBox
    • paragraph

      protected JRParagraph paragraph
    • fontName

      protected String fontName
    • isBold

      protected Boolean isBold
    • isItalic

      protected Boolean isItalic
    • isUnderline

      protected Boolean isUnderline
    • isStrikeThrough

      protected Boolean isStrikeThrough
    • fontSize

      protected Float fontSize
    • pdfFontName

      protected String pdfFontName
    • pdfEncoding

      protected String pdfEncoding
    • isPdfEmbedded

      protected Boolean isPdfEmbedded
    • valueClassName

      protected String valueClassName
    • pattern

      protected String pattern
    • formatFactoryClass

      protected String formatFactoryClass
    • localeCode

      protected String localeCode
    • timeZoneId

      protected String timeZoneId
  • Constructor Details

  • Method Details