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 TypeMethodDescriptionbooleanSplitCharacter.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 PdfChunkModifier and TypeFieldDescriptionprotected PdfChunkVerticalText.currentStandbyChunkThe chunk created by the splitting.protected PdfChunk[]BidiLine.detailChunksprotected PdfChunk[]BidiLine.storedDetailChunksMethods in com.lowagie.text.pdf that return PdfChunkMethods in com.lowagie.text.pdf with parameters of type PdfChunkModifier and TypeMethodDescriptionvoidvoidBidiLine.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.