Uses of Class
com.lowagie.text.pdf.PdfChunk
Packages that use PdfChunk
-
Uses of PdfChunk in com.lowagie.text
Methods in com.lowagie.text with parameters of type PdfChunkModifier and TypeMethodDescriptionboolean
SplitCharacter.isSplitCharacter
(int start, int current, int end, char[] cc, PdfChunk[] ck) Returnstrue
if the character can split a line. -
Uses of PdfChunk in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PdfChunkModifier and TypeFieldDescriptionprotected PdfChunk
VerticalText.currentStandbyChunk
The chunk created by the splitting.protected PdfChunk[]
BidiLine.detailChunks
protected PdfChunk[]
BidiLine.storedDetailChunks
private static final PdfChunk[]
PdfChunk.thisChunk
Fields in com.lowagie.text.pdf with type parameters of type PdfChunkModifier and TypeFieldDescriptionBidiLine.chunks
VerticalText.chunks
The chunks that form the text.PdfLine.line
The arraylist containing the chunks.Methods in com.lowagie.text.pdf that return PdfChunkModifier and TypeMethodDescription(package private) PdfChunk
Adds aPdfChunk
to thePdfLine
.PdfLine.getChunk
(int idx) Gets aPdfChunk
by index.(package private) PdfChunk
PdfChunk.split
(float width) Splits thisPdfChunk
if it's too long for the given width.(package private) PdfChunk
PdfChunk.truncate
(float width) Truncates thisPdfChunk
if it's too long for the given width.Methods in com.lowagie.text.pdf that return types with arguments of type PdfChunkModifier and TypeMethodDescriptionBidiLine.createArrayOfPdfChunks
(int startIdx, int endIdx) BidiLine.createArrayOfPdfChunks
(int startIdx, int endIdx, PdfChunk extraPdfChunk) Methods in com.lowagie.text.pdf with parameters of type PdfChunkModifier and TypeMethodDescription(package private) PdfChunk
Adds aPdfChunk
to thePdfLine
.void
void
private void
BidiLine.createArrayOfPdfChunks
(int startIdx, int endIdx, PdfChunk extraPdfChunk) protected char
DefaultSplitCharacter.getCurrentCharacter
(int current, char[] cc, PdfChunk[] ck) Returns the current character(package private) boolean
PdfChunk.isExtSplitCharacter
(int start, int current, int end, char[] cc, PdfChunk[] ck) boolean
DefaultSplitCharacter.isSplitCharacter
(int start, int current, int end, char[] cc, PdfChunk[] ck) Checks if a character can be used to split aPdfString
.Method parameters in com.lowagie.text.pdf with type arguments of type PdfChunkConstructors in com.lowagie.text.pdf with parameters of type PdfChunkModifierConstructorDescription(package private)
Constructs aPdfChunk
-object.Constructor parameters in com.lowagie.text.pdf with type arguments of type PdfChunk