Package net.sf.jasperreports.export.pdf
Class PdfFontStyle
- java.lang.Object
-
- net.sf.jasperreports.export.pdf.PdfFontStyle
-
public class PdfFontStyle extends Object
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description PdfFontStyle(boolean bold, boolean italic, boolean underline, boolean strikethrough)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisBold()booleanisItalic()booleanisStrikethrough()booleanisUnderline()
-