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

java.lang.Object
  extended by org.openinvoice.ubl4j.text.pdf.common.PDFChunkWrapper

public class PDFChunkWrapper
extends Object

Since:
\$Date: 2012/05/19 19:36:24 $
Version:
\$Revision: 4b0ab6d6e082 $
Author:
\$Author: javad $

Constructor Summary
PDFChunkWrapper(String s)
           
 
Method Summary
static PDFChunkWrapper createBoldValueChunk(String s)
           
static PDFChunkWrapper createChunk(String s)
           
static PDFChunkWrapper createLabelChunk(String s)
           
static PDFChunkWrapper createLabelChunk(String s, PDFFontWrapper pdfFontWrapper)
           
static PDFChunkWrapper createValueChunk(String s)
           
static PDFChunkWrapper createValueChunk(String s, PDFFontWrapper pdfFontWrapper)
           
 com.itextpdf.text.Chunk getChunk()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFChunkWrapper

public PDFChunkWrapper(String s)
Method Detail

createChunk

public static PDFChunkWrapper createChunk(String s)

createLabelChunk

public static PDFChunkWrapper createLabelChunk(String s)

createLabelChunk

public static PDFChunkWrapper createLabelChunk(String s,
                                               PDFFontWrapper pdfFontWrapper)

createValueChunk

public static PDFChunkWrapper createValueChunk(String s,
                                               PDFFontWrapper pdfFontWrapper)

createValueChunk

public static PDFChunkWrapper createValueChunk(String s)

createBoldValueChunk

public static PDFChunkWrapper createBoldValueChunk(String s)

getChunk

public com.itextpdf.text.Chunk getChunk()


Copyright © 2011-2012 Plain Source. All Rights Reserved.