Class PdfFontStyle


  • public class PdfFontStyle
    extends Object
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Constructor Detail

      • PdfFontStyle

        public PdfFontStyle​(boolean bold,
                            boolean italic,
                            boolean underline,
                            boolean strikethrough)
    • Method Detail

      • isBold

        public boolean isBold()
      • isItalic

        public boolean isItalic()
      • isUnderline

        public boolean isUnderline()
      • isStrikethrough

        public boolean isStrikethrough()