org.openinvoice.ubl4j.text.pdf.common
Class PDFFontWrapper
java.lang.Object
org.openinvoice.ubl4j.text.pdf.common.PDFFontWrapper
public class PDFFontWrapper
- extends Object
- Since:
- \$Date: 2012/05/19 19:36:24 $
- Version:
- \$Revision: 4b0ab6d6e082 $
- Author:
- \$Author: javad $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_FONT
public static final PDFFontWrapper DEFAULT_FONT
BLACK_BOLD_FONT
public static final PDFFontWrapper BLACK_BOLD_FONT
LABEL_FONT
public static final PDFFontWrapper LABEL_FONT
VALUE_FONT
public static final PDFFontWrapper VALUE_FONT
PDFFontWrapper
public PDFFontWrapper(String fontFamilyName,
int fontSize,
int fontStyle,
PDFBaseColorWrapper baseColorWrapper)
getFontFamily
public com.itextpdf.text.Font.FontFamily getFontFamily()
setFontFamily
public void setFontFamily(com.itextpdf.text.Font.FontFamily fontFamily)
getFontSize
public int getFontSize()
setFontSize
public void setFontSize(int fontSize)
getFontStyle
public int getFontStyle()
setFontStyle
public void setFontStyle(int fontStyle)
getBaseColor
public PDFBaseColorWrapper getBaseColor()
setBaseColor
public void setBaseColor(PDFBaseColorWrapper baseColor)
getFont
public com.itextpdf.text.Font getFont()
Copyright © 2011-2012 Plain Source. All Rights Reserved.