Uses of Class
org.openpdf.text.pdf.PdfChunk
Packages that use PdfChunk
-
Uses of PdfChunk in org.openpdf.text
Methods in org.openpdf.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 org.openpdf.text.pdf
Fields in org.openpdf.text.pdf declared as PdfChunkModifier and TypeFieldDescriptionprotected PdfChunkVerticalText.currentStandbyChunkThe chunk created by the splitting.protected PdfChunk[]BidiLine.detailChunksprotected PdfChunk[]BidiLine.storedDetailChunksprivate static final PdfChunk[]PdfChunk.thisChunkFields in org.openpdf.text.pdf with type parameters of type PdfChunkModifier and TypeFieldDescriptionBidiLine.chunksVerticalText.chunksThe chunks that form the text.PdfLine.lineThe arraylist containing the chunks.Methods in org.openpdf.text.pdf that return PdfChunkModifier and TypeMethodDescription(package private) PdfChunkAdds aPdfChunkto thePdfLine.PdfLine.getChunk(int idx) Gets aPdfChunkby index.(package private) PdfChunkPdfChunk.split(float width) Splits thisPdfChunkif it's too long for the given width.(package private) PdfChunkPdfChunk.truncate(float width) Truncates thisPdfChunkif it's too long for the given width.Methods in org.openpdf.text.pdf that return types with arguments of type PdfChunkModifier and TypeMethodDescriptionBidiLine.createArrayOfPdfChunks(int startIdx, int endIdx) BidiLine.createArrayOfPdfChunks(int startIdx, int endIdx, PdfChunk extraPdfChunk) Methods in org.openpdf.text.pdf with parameters of type PdfChunkModifier and TypeMethodDescription(package private) PdfChunkAdds aPdfChunkto thePdfLine.voidvoidprivate voidBidiLine.createArrayOfPdfChunks(int startIdx, int endIdx, PdfChunk extraPdfChunk) protected charDefaultSplitCharacter.getCurrentCharacter(int current, char[] cc, PdfChunk[] ck) Returns the current character(package private) booleanPdfChunk.isExtSplitCharacter(int start, int current, int end, char[] cc, PdfChunk[] ck) booleanDefaultSplitCharacter.isSplitCharacter(int start, int current, int end, char[] cc, PdfChunk[] ck) Checks if a character can be used to split aPdfString.Method parameters in org.openpdf.text.pdf with type arguments of type PdfChunkConstructors in org.openpdf.text.pdf with parameters of type PdfChunkModifierConstructorDescription(package private)Constructs aPdfChunk-object.Constructor parameters in org.openpdf.text.pdf with type arguments of type PdfChunk