Interface JRFont

    • Method Detail

      • getFontName

        String getFontName()
      • getOwnFontName

        String getOwnFontName()
      • setFontName

        void setFontName​(String fontName)
      • isBold

        boolean isBold()
      • setBold

        void setBold​(Boolean isBold)
      • isItalic

        boolean isItalic()
      • isOwnItalic

        Boolean isOwnItalic()
      • setItalic

        void setItalic​(Boolean isItalic)
      • isUnderline

        boolean isUnderline()
      • isOwnUnderline

        Boolean isOwnUnderline()
      • setUnderline

        void setUnderline​(Boolean isUnderline)
      • isStrikeThrough

        boolean isStrikeThrough()
      • isOwnStrikeThrough

        Boolean isOwnStrikeThrough()
      • setStrikeThrough

        void setStrikeThrough​(Boolean isStrikeThrough)
      • getFontsize

        float getFontsize()
      • getOwnFontsize

        Float getOwnFontsize()
      • setFontSize

        void setFontSize​(Float size)
      • getPdfFontName

        String getPdfFontName()
      • getOwnPdfFontName

        String getOwnPdfFontName()
      • setPdfFontName

        void setPdfFontName​(String pdfFontName)
      • getPdfEncoding

        String getPdfEncoding()
      • getOwnPdfEncoding

        String getOwnPdfEncoding()
      • setPdfEncoding

        void setPdfEncoding​(String pdfEncoding)
      • isPdfEmbedded

        boolean isPdfEmbedded()
      • isOwnPdfEmbedded

        Boolean isOwnPdfEmbedded()
      • setPdfEmbedded

        void setPdfEmbedded​(Boolean isPdfEmbedded)