Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.Chunk
-
Packages that use Chunk Package Description com.gitlab.pdftk_java.com.lowagie.text com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of Chunk in com.gitlab.pdftk_java.com.lowagie.text
Fields in com.gitlab.pdftk_java.com.lowagie.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 wil proceed the listitem.Methods in com.gitlab.pdftk_java.com.lowagie.text that return Chunk Modifier and Type Method Description static Chunk
Entities. get(java.lang.String e, Font font)
Gets a chunk with a symbol character.static Chunk
SpecialSymbol. get(char c, Font font)
Gets a chunk with a symbol character.Chunk
ListItem. listSymbol()
Returns the listsymbol.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.Chunk
List. symbol()
Gets the Chunk containing the symbol.Methods in com.gitlab.pdftk_java.com.lowagie.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.gitlab.pdftk_java.com.lowagie.text with parameters of type Chunk Constructor Description Anchor(float leading, Chunk chunk)
Constructs anAnchor
with a certainChunk
and a certain leading.Anchor(Chunk chunk)
Constructs anAnchor
with a certainChunk
.ListItem(float leading, Chunk chunk)
Constructs aListItem
with a certainChunk
and a certain leading.ListItem(Chunk chunk)
Constructs aListItem
with a certainChunk
.Paragraph(float leading, Chunk chunk)
Constructs aParagraph
with a certainChunk
and a certain leading.Paragraph(Chunk chunk)
Constructs aParagraph
with a certainChunk
.Phrase(float leading, Chunk chunk)
Constructs aPhrase
with a certainChunk
and a certain leading.Phrase(Chunk chunk)
Constructs aPhrase
with a certainChunk
. -
Uses of Chunk in com.gitlab.pdftk_java.com.lowagie.text.pdf
Methods in com.gitlab.pdftk_java.com.lowagie.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
VerticalText. addText(Chunk chunk)
Adds aChunk
to the current text array.Constructors in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type Chunk Constructor Description PdfChunk(Chunk chunk, PdfAction action)
Constructs aPdfChunk
-object.
-