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 booleanSplitCharacter. isSplitCharacter(int start, int current, int end, char[] cc, PdfChunk[] ck)Returnstrueif the character can split a line. -
Uses of PdfChunk in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfChunk Modifier and Type Field Description protected PdfChunkVerticalText. currentStandbyChunkThe chunk created by the splitting.protected PdfChunk[]BidiLine. detailChunksprotected PdfChunk[]BidiLine. storedDetailChunksMethods in com.itextpdf.text.pdf that return PdfChunk Modifier and Type Method Description PdfChunkPdfLine. getChunk(int idx)Gets aPdfChunkby index.Methods in com.itextpdf.text.pdf with parameters of type PdfChunk Modifier and Type Method Description voidBidiLine. addChunk(PdfChunk chunk)voidBidiLine. addPiece(char c, PdfChunk chunk)java.util.ArrayListBidiLine. createArrayOfPdfChunks(int startIdx, int endIdx, PdfChunk extraPdfChunk)protected charDefaultSplitCharacter. getCurrentCharacter(int current, char[] cc, PdfChunk[] ck)Returns the current characterbooleanDefaultSplitCharacter. isSplitCharacter(int start, int current, int end, char[] cc, PdfChunk[] ck)Checks if a character can be used to split aPdfString.
-