Uses of Class
com.itextpdf.text.Chunk
-
-
Uses of Chunk in com.itextpdf.text
Fields in com.itextpdf.text declared as Chunk Modifier and Type Field Description static ChunkChunk. NEWLINEThis is a Chunk containing a newline.static ChunkChunk. NEXTPAGEThis is a Chunk containing a newpage.protected ChunkList. symbolThis is the listsymbol of a list that is not numbered.protected ChunkListItem. symbolthis is the symbol that will precede the listitem.Methods in com.itextpdf.text that return Chunk Modifier and Type Method Description static ChunkSpecialSymbol. get(char c, Font font)Gets a chunk with a symbol character.ChunkListItem. getListSymbol()Returns the listsymbol.ChunkList. getSymbol()Gets the Chunk containing the symbol.ChunkChunk. setAction(PdfAction action)Sets an action for thisChunk.ChunkChunk. setAnchor(java.lang.String url)Sets an anchor for thisChunk.ChunkChunk. setAnchor(java.net.URL url)Sets an anchor for thisChunk.ChunkChunk. setAnnotation(PdfAnnotation annotation)Sets a generic annotation to thisChunk.ChunkChunk. setBackground(java.awt.Color color)Sets the color of the backgroundChunk.ChunkChunk. setBackground(java.awt.Color color, float extraLeft, float extraBottom, float extraRight, float extraTop)Sets the color and the size of the backgroundChunk.ChunkChunk. setCharacterSpacing(float charSpace)Sets the character spacing.ChunkChunk. setGenericTag(java.lang.String text)Sets the generic tagChunk.ChunkChunk. setHorizontalScaling(float scale)Sets the text horizontal scaling.ChunkChunk. setHyphenation(HyphenationEvent hyphenation)sets the hyphenation engine to thisChunk.ChunkChunk. setLocalDestination(java.lang.String name)Sets a local destination for thisChunk.ChunkChunk. setLocalGoto(java.lang.String name)Sets a local goto for thisChunk.ChunkChunk. setNewPage()Sets a new page tag..ChunkChunk. setRemoteGoto(java.lang.String filename, int page)Sets a goto for a remote destination for thisChunk.ChunkChunk. setRemoteGoto(java.lang.String filename, java.lang.String name)Sets a goto for a remote destination for thisChunk.ChunkChunk. setSkew(float alpha, float beta)Skews the text to simulate italic and other effects.ChunkChunk. setSplitCharacter(SplitCharacter splitCharacter)Sets the split characters.ChunkChunk. setTextRenderMode(int mode, float strokeWidth, java.awt.Color strokeColor)Sets the text rendering mode.ChunkChunk. setTextRise(float rise)Sets the text displacement relative to the baseline.ChunkChunk. setUnderline(float thickness, float yPosition)Sets an horizontal line that can be an underline or a strikethrough.ChunkChunk. setUnderline(java.awt.Color color, float thickness, float thicknessMul, float yPosition, float yPositionMul, int cap)Sets an horizontal line that can be an underline or a strikethrough.Methods in com.itextpdf.text with parameters of type Chunk Modifier and Type Method Description protected booleanPhrase. addChunk(Chunk chunk)Adds a Chunk.voidList. setListSymbol(Chunk symbol)Sets the listsymbol.voidListItem. setListSymbol(Chunk symbol)Sets the listsymbol.Constructors in com.itextpdf.text with parameters of type Chunk Constructor Description Anchor(float leading, Chunk chunk)Constructs anAnchorwith a certainChunkand a certain leading.Anchor(Chunk chunk)Constructs anAnchorwith a certainChunk.Chunk(Chunk ck)AChunkcopy constructor.ListItem(float leading, Chunk chunk)Constructs aListItemwith a certainChunkand a certain leading.ListItem(Chunk chunk)Constructs aListItemwith a certainChunk.Paragraph(float leading, Chunk chunk)Constructs aParagraphwith a certainChunkand a certain leading.Paragraph(Chunk chunk)Constructs aParagraphwith a certainChunk.Phrase(float leading, Chunk chunk)Constructs aPhrasewith a certainChunkand a certain leading.Phrase(Chunk chunk)Constructs aPhrasewith a certainChunk. -
Uses of Chunk in com.itextpdf.text.factories
Methods in com.itextpdf.text.factories that return Chunk Modifier and Type Method Description static ChunkElementFactory. getChunk(java.util.Properties attributes)Creates a Chunk object based on a list of properties. -
Uses of Chunk in com.itextpdf.text.html.simpleparser
Methods in com.itextpdf.text.html.simpleparser that return Chunk Modifier and Type Method Description ChunkFactoryProperties. createChunk(java.lang.String text, ChainedProperties props) -
Uses of Chunk in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as Chunk Modifier and Type Field Description protected ChunkPdfLine. listSymbolThe listsymbol (if necessary).Methods in com.itextpdf.text.pdf that return Chunk Modifier and Type Method Description ChunkPdfLine. listSymbol()Returns the listsymbol of this line.Methods in com.itextpdf.text.pdf with parameters of type Chunk Modifier and Type Method Description voidColumnText. addText(Chunk chunk)Adds aChunkto the current text array.voidMultiColumnText. addText(Chunk chunk)Adds aChunkto the current text array.voidVerticalText. addText(Chunk chunk)Adds aChunkto the current text array. -
Uses of Chunk in com.itextpdf.text.pdf.events
Methods in com.itextpdf.text.pdf.events that return Chunk Modifier and Type Method Description ChunkIndexEvents. create(java.lang.String text, java.lang.String in1)Create an index entry.ChunkIndexEvents. create(java.lang.String text, java.lang.String in1, java.lang.String in2)Create an index entry.ChunkIndexEvents. create(java.lang.String text, java.lang.String in1, java.lang.String in2, java.lang.String in3)Create an index entry.Methods in com.itextpdf.text.pdf.events with parameters of type Chunk Modifier and Type Method Description voidIndexEvents. create(Chunk text, java.lang.String in1)Create an index entry.voidIndexEvents. create(Chunk text, java.lang.String in1, java.lang.String in2)Create an index entry.voidIndexEvents. create(Chunk text, java.lang.String in1, java.lang.String in2, java.lang.String in3)Create an index entry. -
Uses of Chunk in com.itextpdf.text.xml
Fields in com.itextpdf.text.xml declared as Chunk Modifier and Type Field Description protected ChunkSAXiTextHandler. currentChunkThis is the current chunk to which characters can be added. -
Uses of Chunk in com.itextpdf.text.xml.simpleparser
Methods in com.itextpdf.text.xml.simpleparser that return Chunk Modifier and Type Method Description static ChunkEntitiesToSymbol. get(java.lang.String e, Font font)Gets a chunk with a symbol character.
-