Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfChunk
Packages that use PdfChunk
Package
Description
-
Uses of PdfChunk in com.gitlab.pdftk_java.com.lowagie.text
Methods in com.gitlab.pdftk_java.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.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfChunkModifier and TypeFieldDescriptionprotected PdfChunkVerticalText.currentStandbyChunkThe chunk created by the splitting.protected PdfChunk[]BidiLine.detailChunksprotected PdfChunkPdfLine.listSymbolThe listsymbol (if necessary).protected PdfChunk[]BidiLine.storedDetailChunksprivate static final PdfChunk[]PdfChunk.thisChunkMethods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfChunkModifier and TypeMethodDescription(package private) PdfChunkAdds aPdfChunkto thePdfLine.PdfLine.getChunk(int idx) Gets aPdfChunkby index.PdfLine.listSymbol()Returns the listsymbol of this line.(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 com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfChunkModifier and TypeMethodDescription(package private) PdfChunkAdds aPdfChunkto thePdfLine.voidvoidBidiLine.createArrayOfPdfChunks(int startIdx, int endIdx, PdfChunk extraPdfChunk) (package private) booleanPdfChunk.isExtSplitCharacter(int start, int current, int end, char[] cc, PdfChunk[] ck) booleanPdfChunk.isSplitCharacter(int start, int current, int end, char[] cc, PdfChunk[] ck) Checks if a character can be used to split aPdfString.Constructors in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfChunk