public class PDFChunkWrapper extends Object
Constructor and Description |
---|
PDFChunkWrapper(String s) |
Modifier and Type | Method and Description |
---|---|
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() |
public PDFChunkWrapper(String s)
public static PDFChunkWrapper createChunk(String s)
public static PDFChunkWrapper createLabelChunk(String s)
public static PDFChunkWrapper createLabelChunk(String s, PDFFontWrapper pdfFontWrapper)
public static PDFChunkWrapper createValueChunk(String s, PDFFontWrapper pdfFontWrapper)
public static PDFChunkWrapper createValueChunk(String s)
public static PDFChunkWrapper createBoldValueChunk(String s)
public com.itextpdf.text.Chunk getChunk()
Copyright © 2011-2013 Plain Source. All Rights Reserved.