Uses of Class
com.aowagie.text.pdf.PdfChunk
-
Packages that use PdfChunk Package Description com.aowagie.text com.aowagie.text.pdf -
-
Uses of PdfChunk in com.aowagie.text
Methods in com.aowagie.text with parameters of type PdfChunk Modifier and Type Method Description booleanSplitCharacter. isSplitCharacter(int start, int current, int end, char[] cc, PdfChunk[] ck)Returnstrueif the character can split a line. -
Uses of PdfChunk in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PdfChunk Modifier and Type Field Description protected PdfChunk[]BidiLine. detailChunksprotected PdfChunk[]BidiLine. storedDetailChunksprivate static PdfChunk[]PdfChunk. thisChunkMethods in com.aowagie.text.pdf that return PdfChunk Modifier and Type Method Description (package private) PdfChunkPdfLine. add(PdfChunk chunk)Adds aPdfChunkto thePdfLine.PdfChunkPdfLine. 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 com.aowagie.text.pdf with parameters of type PdfChunk Modifier and Type Method Description (package private) PdfChunkPdfLine. add(PdfChunk chunk)Adds aPdfChunkto thePdfLine.voidBidiLine. addChunk(PdfChunk chunk)voidBidiLine. addPiece(char c, PdfChunk chunk)private voidPdfLine. addToLine(PdfChunk chunk)java.util.ArrayListBidiLine. createArrayOfPdfChunks(int startIdx, int endIdx, PdfChunk extraPdfChunk)private 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.Constructors in com.aowagie.text.pdf with parameters of type PdfChunk Constructor Description PdfChunk(java.lang.String string, PdfChunk other)Constructs aPdfChunk-object.
-