public class PDFFontWrapper extends Object
Modifier and Type | Field and Description |
---|---|
static PDFFontWrapper |
BLACK_BOLD_FONT |
static PDFFontWrapper |
DEFAULT_FONT |
static PDFFontWrapper |
LABEL_FONT |
static PDFFontWrapper |
VALUE_FONT |
Constructor and Description |
---|
PDFFontWrapper(String fontFamilyName,
int fontSize,
int fontStyle,
PDFBaseColorWrapper baseColorWrapper) |
Modifier and Type | Method and Description |
---|---|
PDFBaseColorWrapper |
getBaseColor() |
com.itextpdf.text.Font |
getFont() |
com.itextpdf.text.Font.FontFamily |
getFontFamily() |
int |
getFontSize() |
int |
getFontStyle() |
void |
setBaseColor(PDFBaseColorWrapper baseColor) |
void |
setFontFamily(com.itextpdf.text.Font.FontFamily fontFamily) |
void |
setFontSize(int fontSize) |
void |
setFontStyle(int fontStyle) |
public static final PDFFontWrapper DEFAULT_FONT
public static final PDFFontWrapper BLACK_BOLD_FONT
public static final PDFFontWrapper LABEL_FONT
public static final PDFFontWrapper VALUE_FONT
public PDFFontWrapper(String fontFamilyName, int fontSize, int fontStyle, PDFBaseColorWrapper baseColorWrapper)
public com.itextpdf.text.Font.FontFamily getFontFamily()
public void setFontFamily(com.itextpdf.text.Font.FontFamily fontFamily)
public int getFontSize()
public void setFontSize(int fontSize)
public int getFontStyle()
public void setFontStyle(int fontStyle)
public PDFBaseColorWrapper getBaseColor()
public void setBaseColor(PDFBaseColorWrapper baseColor)
public com.itextpdf.text.Font getFont()
Copyright © 2011-2013 Plain Source. All Rights Reserved.