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 Chunk
Chunk. NEWLINE
This is a Chunk containing a newline.static Chunk
Chunk. NEXTPAGE
This is a Chunk containing a newpage.protected Chunk
List. symbol
This is the listsymbol of a list that is not numbered.private Chunk
ListItem. symbol
this is the symbol that will precede the listitem.Methods in com.aowagie.text that return Chunk Modifier and Type Method Description Chunk
ListItem. getListSymbol()
Returns the listsymbol.Chunk
List. getSymbol()
Gets the Chunk containing the symbol.Chunk
Chunk. setAction(PdfAction action)
Sets an action for thisChunk
.Chunk
Chunk. setAnchor(java.lang.String url)
Sets an anchor for thisChunk
.Chunk
Chunk. setAnchor(java.net.URL url)
Sets an anchor for thisChunk
.Chunk
Chunk. setAnnotation(PdfAnnotation annotation)
Sets a generic annotation to thisChunk
.private Chunk
Chunk. setAttribute(java.lang.String name, java.lang.Object obj)
Sets an arbitrary attribute.Chunk
Chunk. setBackground(java.awt.Color color)
Sets the color of the backgroundChunk
.Chunk
Chunk. setBackground(java.awt.Color color, float extraLeft, float extraBottom, float extraRight, float extraTop)
Sets the color and the size of the backgroundChunk
.Chunk
Chunk. setGenericTag(java.lang.String text)
Sets the generic tagChunk
.Chunk
Chunk. setHorizontalScaling(float scale)
Sets the text horizontal scaling.Chunk
Chunk. setHyphenation(HyphenationEvent hyphenation)
sets the hyphenation engine to thisChunk
.Chunk
Chunk. setLocalDestination(java.lang.String name)
Sets a local destination for thisChunk
.Chunk
Chunk. setLocalGoto(java.lang.String name)
Sets a local goto for thisChunk
.Chunk
Chunk. setNewPage()
Sets a new page tag..Chunk
Chunk. setRemoteGoto(java.lang.String filename, int page)
Sets a goto for a remote destination for thisChunk
.Chunk
Chunk. setRemoteGoto(java.lang.String filename, java.lang.String name)
Sets a goto for a remote destination for thisChunk
.Chunk
Chunk. setSkew(float alpha, float beta)
Skews the text to simulate italic and other effects.Chunk
Chunk. setSplitCharacter(SplitCharacter splitCharacter)
Sets the split characters.Chunk
Chunk. setTextRenderMode(int mode, float strokeWidth, java.awt.Color strokeColor)
Sets the text rendering mode.Chunk
Chunk. setTextRise(float rise)
Sets the text displacement relative to the baseline.Chunk
Chunk. setUnderline(float thickness, float yPosition)
Sets an horizontal line that can be an underline or a strikethrough.Chunk
Chunk. 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 boolean
Phrase. addChunk(Chunk chunk)
Adds a Chunk.void
List. setListSymbol(Chunk symbol)
Sets the listsymbol.void
ListItem. setListSymbol(Chunk symbol)
Sets the listsymbol.Constructors in com.aowagie.text with parameters of type Chunk Constructor Description Chunk(Chunk ck)
AChunk
copy constructor.Paragraph(Chunk chunk)
Constructs aParagraph
with a certainChunk
.Phrase(Chunk chunk)
Constructs aPhrase
with 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 Chunk
ElementFactory. 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 Chunk
PdfLine. listSymbol
The listsymbol (if necessary).Methods in com.aowagie.text.pdf that return Chunk Modifier and Type Method Description Chunk
PdfLine. listSymbol()
Returns the listsymbol of this line.Methods in com.aowagie.text.pdf with parameters of type Chunk Modifier and Type Method Description void
ColumnText. addText(Chunk chunk)
Adds aChunk
to the current text array.void
MultiColumnText. addText(Chunk chunk)
Adds aChunk
to 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 Chunk
SAXiTextHandler. currentChunk
This 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 Chunk
EntitiesToSymbol. get(java.lang.String e, Font font)
Gets a chunk with a symbol character.
-