Uses of Class
com.storedobject.pdf.PDFChunk
Packages that use PDFChunk
-
Uses of PDFChunk in com.storedobject.pdf
Methods in com.storedobject.pdf that return PDFChunkModifier and TypeMethodDescriptionPDF.createText
(String text) Create text Chunk.PDF.createText
(String text, int pointSize) Create text Chunk.PDF.createText
(String text, int pointSize, PDFColor color) Create text Chunk.PDFChunk.setBackground
(PDFColor color) Set the background colorMethods in com.storedobject.pdf that return types with arguments of type PDFChunkModifier and TypeMethodDescriptionPDFChunk.getChunks()
Get the list of chunks within this.PDFPhrase.getChunks()
Get the list of chunks in this instance.PDFTable.getChunks()
Methods in com.storedobject.pdf with parameters of type PDFChunkModifier and TypeMethodDescriptionAppends another chunk to this text.Constructors in com.storedobject.pdf with parameters of type PDFChunkModifierConstructorDescriptionConstruct from another chunk.PDFParagraph
(float p1, PDFChunk chunk) PDFParagraph
(PDFChunk chunk) Constructor.Create a text string from the chunk.