Package net.sf.jasperreports.pdf.common
Class PdfFontStyle
- java.lang.Object
-
- net.sf.jasperreports.pdf.common.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 boolean
isBold()
boolean
isItalic()
boolean
isStrikethrough()
boolean
isUnderline()
-