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.currentStandbyChunkDeprecated.The chunk created by the splitting.protected PdfChunk[]BidiLine.detailChunksDeprecated.protected PdfChunk[]BidiLine.storedDetailChunksDeprecated.Fields in com.lowagie.text.pdf with type parameters of type PdfChunkModifier and TypeFieldDescriptionBidiLine.chunksDeprecated.VerticalText.chunksDeprecated.The chunks that form the text.PdfLine.lineDeprecated.The arraylist containing the chunks.Methods in com.lowagie.text.pdf that return PdfChunkModifier and TypeMethodDescriptionPdfLine.getChunk(int idx) Deprecated.Gets aPdfChunkby index.Methods in com.lowagie.text.pdf that return types with arguments of type PdfChunkModifier and TypeMethodDescriptionBidiLine.createArrayOfPdfChunks(int startIdx, int endIdx) Deprecated.BidiLine.createArrayOfPdfChunks(int startIdx, int endIdx, PdfChunk extraPdfChunk) Deprecated.Methods in com.lowagie.text.pdf with parameters of type PdfChunkModifier and TypeMethodDescriptionvoidDeprecated.voidDeprecated.BidiLine.createArrayOfPdfChunks(int startIdx, int endIdx, PdfChunk extraPdfChunk) Deprecated.protected charDefaultSplitCharacter.getCurrentCharacter(int current, char[] cc, PdfChunk[] ck) Deprecated.Returns the current characterbooleanDefaultSplitCharacter.isSplitCharacter(int start, int current, int end, char[] cc, PdfChunk[] ck) Deprecated.Checks if a character can be used to split aPdfString.Method parameters in com.lowagie.text.pdf with type arguments of type PdfChunk