Uses of Class
com.aowagie.text.Chunk
-
Packages that use Chunk Package Description com.aowagie.text com.aowagie.text.factories com.aowagie.text.pdf com.aowagie.text.xml com.aowagie.text.xml.simpleparser -
-
Uses of Chunk in com.aowagie.text
Fields in com.aowagie.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.private ChunkListItem. symbolthis is the symbol that will precede the listitem.Methods in com.aowagie.text that return Chunk Modifier and Type Method Description 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.private ChunkChunk. setAttribute(java.lang.String name, java.lang.Object obj)Sets an arbitrary attribute.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. 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.aowagie.text with parameters of type Chunk Modifier and Type Method Description private booleanPhrase. addChunk(Chunk chunk)Adds a Chunk.voidList. setListSymbol(Chunk symbol)Sets the listsymbol.voidListItem. setListSymbol(Chunk symbol)Sets the listsymbol.Constructors in com.aowagie.text with parameters of type Chunk Constructor Description Chunk(Chunk ck)AChunkcopy constructor.Paragraph(Chunk chunk)Constructs aParagraphwith a certainChunk.Phrase(Chunk chunk)Constructs aPhrasewith a certainChunk. -
Uses of Chunk in com.aowagie.text.factories
Methods in com.aowagie.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.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as Chunk Modifier and Type Field Description protected ChunkPdfLine. listSymbolThe listsymbol (if necessary).Methods in com.aowagie.text.pdf that return Chunk Modifier and Type Method Description ChunkPdfLine. listSymbol()Returns the listsymbol of this line.Methods in com.aowagie.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.Constructors in com.aowagie.text.pdf with parameters of type Chunk Constructor Description PdfChunk(Chunk chunk, PdfAction action)Constructs aPdfChunk-object. -
Uses of Chunk in com.aowagie.text.xml
Fields in com.aowagie.text.xml declared as Chunk Modifier and Type Field Description private ChunkSAXiTextHandler. currentChunkThis is the current chunk to which characters can be added. -
Uses of Chunk in com.aowagie.text.xml.simpleparser
Methods in com.aowagie.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.
-