Class JRBaseTextElement

    • Field Detail

      • markup

        protected java.lang.String markup
      • fontName

        protected java.lang.String fontName
      • isBold

        protected java.lang.Boolean isBold
      • isItalic

        protected java.lang.Boolean isItalic
      • isUnderline

        protected java.lang.Boolean isUnderline
      • isStrikeThrough

        protected java.lang.Boolean isStrikeThrough
      • fontsize

        protected java.lang.Float fontsize
      • pdfFontName

        protected java.lang.String pdfFontName
      • pdfEncoding

        protected java.lang.String pdfEncoding
      • isPdfEmbedded

        protected java.lang.Boolean isPdfEmbedded
    • Constructor Detail

      • JRBaseTextElement

        protected JRBaseTextElement​(JRTextElement textElement,
                                    JRBaseObjectFactory factory)
        Initializes properties that are specific to text elements. Common properties are initialized by its parent constructor.
        Parameters:
        textElement - an element whose properties are copied to this element. Usually it is a JRDesignTextElement that must be transformed into an JRBaseTextElement at compile time.
        factory - a factory used in the compile process