Uses of Class
com.lowagie.text.pdf.PdfChunk
-
Packages that use PdfChunk Package Description com.lowagie.text com.lowagie.text.pdf -
-
Uses of PdfChunk in com.lowagie.text
Methods in com.lowagie.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.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PdfChunk Modifier and Type Field Description protected PdfChunkVerticalText. currentStandbyChunkThe chunk created by the splitting.protected PdfChunk[]BidiLine. detailChunksprotected PdfChunk[]BidiLine. storedDetailChunksFields in com.lowagie.text.pdf with type parameters of type PdfChunk Modifier and Type Field Description protected ArrayList<PdfChunk>BidiLine. chunksprotected ArrayList<PdfChunk>VerticalText. chunksThe chunks that form the text.protected ArrayList<PdfChunk>PdfLine. lineThe arraylist containing the chunks.Methods in com.lowagie.text.pdf that return PdfChunk Modifier and Type Method Description PdfChunkPdfLine. getChunk(int idx)Gets aPdfChunkby index.Methods in com.lowagie.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)Methods in com.lowagie.text.pdf with parameters of type PdfChunk Modifier and Type Method Description voidBidiLine. addChunk(PdfChunk chunk)voidBidiLine. addPiece(char c, PdfChunk chunk)ArrayList<PdfChunk>BidiLine. 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.Method parameters in com.lowagie.text.pdf with type arguments of type PdfChunk Modifier and Type Method Description voidBidiLine. addChunks(List<PdfChunk> chunks)
-