Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.Chunk
Packages that use Chunk
Package
Description
-
Uses of Chunk in com.gitlab.pdftk_java.com.lowagie.text
Fields in com.gitlab.pdftk_java.com.lowagie.text declared as ChunkModifier and TypeFieldDescriptionstatic final Chunk
Chunk.NEWLINE
This is a Chunk containing a newline.static final 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 ChunkModifier and TypeMethodDescriptionstatic Chunk
Gets a chunk with a symbol character.static Chunk
Gets a chunk with a symbol character.ListItem.listSymbol()
Returns the listsymbol.Sets an action for thisChunk
.Sets an anchor for thisChunk
.Sets an anchor for thisChunk
.Chunk.setAnnotation
(PdfAnnotation annotation) Sets a generic annotation to thisChunk
.private Chunk
Chunk.setAttribute
(String name, Object obj) Sets an arbitrary attribute.Chunk.setBackground
(Color color) Sets the color of the backgroundChunk
.Chunk.setBackground
(Color color, float extraLeft, float extraBottom, float extraRight, float extraTop) Sets the color and the size of the backgroundChunk
.Chunk.setGenericTag
(String text) Sets the generic tagChunk
.Chunk.setHorizontalScaling
(float scale) Sets the text horizontal scaling.Chunk.setHyphenation
(HyphenationEvent hyphenation) sets the hyphenation engine to thisChunk
.Chunk.setLocalDestination
(String name) Sets a local destination for thisChunk
.Chunk.setLocalGoto
(String name) Sets a local goto for thisChunk
.Chunk.setNewPage()
Sets a new page tag..Chunk.setRemoteGoto
(String filename, int page) Sets a goto for a remote destination for thisChunk
.Chunk.setRemoteGoto
(String filename, String name) Sets a goto for a remote destination for thisChunk
.Chunk.setSkew
(float alpha, float beta) Skews the text to simulate italic and other effects.Chunk.setSplitCharacter
(SplitCharacter splitCharacter) Sets the split characters.Chunk.setTextRenderMode
(int mode, float strokeWidth, Color strokeColor) Sets the text rendering mode.Chunk.setTextRise
(float rise) Sets the text displacement relative to the baseline.Chunk.setUnderline
(float thickness, float yPosition) Sets an horizontal line that can be an underline or a strikethrough.Chunk.setUnderline
(Color color, float thickness, float thicknessMul, float yPosition, float yPositionMul, int cap) Sets an horizontal line that can be an underline or a strikethrough.List.symbol()
Gets the Chunk containing the symbol.Methods in com.gitlab.pdftk_java.com.lowagie.text with parameters of type ChunkModifier and TypeMethodDescriptionprivate boolean
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 ChunkModifierConstructorDescriptionConstructs anAnchor
with a certainChunk
and a certain leading.Constructs anAnchor
with a certainChunk
.Constructs aListItem
with a certainChunk
and a certain leading.Constructs aListItem
with a certainChunk
.Constructs aParagraph
with a certainChunk
and a certain leading.Constructs aParagraph
with a certainChunk
.Constructs aPhrase
with a certainChunk
and a certain leading.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 ChunkModifier and TypeMethodDescriptionvoid
Adds aChunk
to the current text array.void
Adds aChunk
to the current text array.Constructors in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type Chunk