Uses of Class
com.itextpdf.text.pdf.PdfChunk
-
Packages that use PdfChunk Package Description com.itextpdf.text com.itextpdf.text.pdf -
-
Uses of PdfChunk in com.itextpdf.text
Methods in com.itextpdf.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.booleanTabSplitCharacter. isSplitCharacter(int start, int current, int end, char[] cc, PdfChunk[] ck) -
Uses of PdfChunk in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfChunk Modifier and Type Field Description protected PdfChunkVerticalText. currentStandbyChunkThe chunk created by the splitting.protected PdfChunk[]BidiLine. detailChunksprotected PdfChunk[]BidiLine. storedDetailChunksFields in com.itextpdf.text.pdf with type parameters of type PdfChunk Modifier and Type Field Description protected java.util.ArrayList<PdfChunk>BidiLine. chunksprotected java.util.ArrayList<PdfChunk>VerticalText. chunksThe chunks that form the text.protected java.util.ArrayList<PdfChunk>PdfLine. lineThe arraylist containing the chunks.Methods in com.itextpdf.text.pdf that return PdfChunk Modifier and Type Method Description (package private) PdfChunkPdfLine. add(PdfChunk chunk)Adds aPdfChunkto thePdfLine.(package private) PdfChunkPdfLine. add(PdfChunk chunk, float currentLeading)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.itextpdf.text.pdf that return types with arguments of type PdfChunk Modifier and Type Method Description java.util.ArrayList<PdfChunk>BidiLine. createArrayOfPdfChunks(int startIdx, int endIdx)java.util.ArrayList<PdfChunk>BidiLine. createArrayOfPdfChunks(int startIdx, int endIdx, PdfChunk extraPdfChunk)java.util.Iterator<PdfChunk>PdfLine. iterator()Returns an iterator ofPdfChunks.Methods in com.itextpdf.text.pdf with parameters of type PdfChunk Modifier and Type Method Description (package private) PdfChunkPdfLine. add(PdfChunk chunk)Adds aPdfChunkto thePdfLine.(package private) PdfChunkPdfLine. add(PdfChunk chunk, float currentLeading)Adds aPdfChunkto thePdfLine.voidBidiLine. addChunk(PdfChunk chunk)voidBidiLine. addPiece(char c, PdfChunk chunk)private voidPdfLine. addToLine(PdfChunk chunk)java.util.ArrayList<PdfChunk>BidiLine. createArrayOfPdfChunks(int startIdx, int endIdx, PdfChunk extraPdfChunk)protected charDefaultSplitCharacter. getCurrentCharacter(int current, char[] cc, PdfChunk[] ck)Returns the current character(package private) static TabStopPdfChunk. getTabStop(PdfChunk tab, float tabPosition)(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 com.itextpdf.text.pdf with type arguments of type PdfChunk Modifier and Type Method Description voidBidiLine. addChunks(java.util.ArrayList<PdfChunk> chunks)Constructors in com.itextpdf.text.pdf with parameters of type PdfChunk Constructor Description PdfChunk(java.lang.String string, PdfChunk other)Constructs aPdfChunk-object.Constructor parameters in com.itextpdf.text.pdf with type arguments of type PdfChunk Constructor Description PdfLine(float left, float originalWidth, float remainingWidth, int alignment, boolean newlineSplit, java.util.ArrayList<PdfChunk> line, boolean isRTL)Creates a PdfLine object.
-