Uses of Class
com.itextpdf.text.pdf.PdfChunk
-
Packages that use PdfChunk Package Description com.itextpdf.text com.itextpdf.text.pdf -
-
Uses of PdfChunk in com.itextpdf.text
Methods in com.itextpdf.text with parameters of type PdfChunk Modifier and Type Method Description boolean
SplitCharacter. isSplitCharacter(int start, int current, int end, char[] cc, PdfChunk[] ck)
Returnstrue
if the character can split a line.boolean
TabSplitCharacter. isSplitCharacter(int start, int current, int end, char[] cc, PdfChunk[] ck)
-
Uses of PdfChunk in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfChunk Modifier and Type Field Description protected PdfChunk
VerticalText. currentStandbyChunk
The chunk created by the splitting.protected PdfChunk[]
BidiLine. detailChunks
protected PdfChunk[]
BidiLine. storedDetailChunks
Fields in com.itextpdf.text.pdf with type parameters of type PdfChunk Modifier and Type Field Description protected ArrayList<PdfChunk>
BidiLine. chunks
protected ArrayList<PdfChunk>
VerticalText. chunks
The chunks that form the text.protected ArrayList<PdfChunk>
PdfLine. line
The arraylist containing the chunks.Methods in com.itextpdf.text.pdf that return PdfChunk Modifier and Type Method Description PdfChunk
PdfLine. getChunk(int idx)
Gets aPdfChunk
by index.Methods in com.itextpdf.text.pdf that return types with arguments of type PdfChunk Modifier and Type Method Description ArrayList<PdfChunk>
BidiLine. createArrayOfPdfChunks(int startIdx, int endIdx)
ArrayList<PdfChunk>
BidiLine. createArrayOfPdfChunks(int startIdx, int endIdx, PdfChunk extraPdfChunk)
Iterator<PdfChunk>
PdfLine. iterator()
Returns an iterator ofPdfChunk
s.Methods in com.itextpdf.text.pdf with parameters of type PdfChunk Modifier and Type Method Description void
BidiLine. addChunk(PdfChunk chunk)
void
BidiLine. addPiece(char c, PdfChunk chunk)
ArrayList<PdfChunk>
BidiLine. createArrayOfPdfChunks(int startIdx, int endIdx, PdfChunk extraPdfChunk)
protected char
DefaultSplitCharacter. getCurrentCharacter(int current, char[] cc, PdfChunk[] ck)
Returns the current characterboolean
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.itextpdf.text.pdf with type arguments of type PdfChunk Modifier and Type Method Description void
BidiLine. addChunks(ArrayList<PdfChunk> chunks)
-