Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfChunk
-
Packages that use PdfChunk Package Description com.gitlab.pdftk_java.com.lowagie.text com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PdfChunk in com.gitlab.pdftk_java.com.lowagie.text
Methods in com.gitlab.pdftk_java.com.lowagie.text with parameters of type PdfChunk Modifier and Type Method Description boolean
SplitCharacter. isSplitCharacter(int start, int current, int end, char[] cc, PdfChunk[] ck)
Returnstrue
if 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 PdfChunk Modifier and Type Field Description protected PdfChunk
VerticalText. currentStandbyChunk
The chunk created by the splitting.protected PdfChunk[]
BidiLine. detailChunks
protected PdfChunk
PdfLine. listSymbol
The listsymbol (if necessary).protected PdfChunk[]
BidiLine. storedDetailChunks
private static PdfChunk[]
PdfChunk. thisChunk
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfChunk Modifier and Type Method Description (package private) PdfChunk
PdfLine. add(PdfChunk chunk)
Adds aPdfChunk
to thePdfLine
.PdfChunk
PdfLine. getChunk(int idx)
Gets aPdfChunk
by index.PdfChunk
PdfLine. listSymbol()
Returns the listsymbol of this line.(package private) PdfChunk
PdfChunk. split(float width)
Splits thisPdfChunk
if it's too long for the given width.(package private) PdfChunk
PdfChunk. truncate(float width)
Truncates thisPdfChunk
if it's too long for the given width.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfChunk Modifier and Type Method Description (package private) PdfChunk
PdfLine. add(PdfChunk chunk)
Adds aPdfChunk
to thePdfLine
.void
BidiLine. addChunk(PdfChunk chunk)
void
BidiLine. addPiece(char c, PdfChunk chunk)
java.util.ArrayList
BidiLine. createArrayOfPdfChunks(int startIdx, int endIdx, PdfChunk extraPdfChunk)
(package private) boolean
PdfChunk. isExtSplitCharacter(int start, int current, int end, char[] cc, PdfChunk[] ck)
boolean
PdfChunk. 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 Constructor Description PdfChunk(java.lang.String string, PdfChunk other)
Constructs aPdfChunk
-object.
-