org.openinvoice.ubl4j.text.pdf.common
Class PDFFontWrapper

java.lang.Object
  extended by 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 $

Field Summary
static PDFFontWrapper BLACK_BOLD_FONT
           
static PDFFontWrapper DEFAULT_FONT
           
static PDFFontWrapper LABEL_FONT
           
static PDFFontWrapper VALUE_FONT
           
 
Constructor Summary
PDFFontWrapper(String fontFamilyName, int fontSize, int fontStyle, PDFBaseColorWrapper baseColorWrapper)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PDFFontWrapper

public PDFFontWrapper(String fontFamilyName,
                      int fontSize,
                      int fontStyle,
                      PDFBaseColorWrapper baseColorWrapper)
Method Detail

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.