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 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 wil proceed the listitem.Methods in com.gitlab.pdftk_java.com.lowagie.text that return Chunk Modifier and Type Method Description static ChunkEntities. get(java.lang.String e, Font font)Gets a chunk with a symbol character.static ChunkSpecialSymbol. get(char c, Font font)Gets a chunk with a symbol character.ChunkListItem. listSymbol()Returns the listsymbol.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.ChunkList. 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 booleanPhrase. addChunk(Chunk chunk)Adds a Chunk.voidList. setListSymbol(Chunk symbol)Sets the listsymbol.voidListItem. 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 anAnchorwith a certainChunkand a certain leading.Anchor(Chunk chunk)Constructs anAnchorwith a certainChunk.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.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 voidColumnText. addText(Chunk chunk)Adds aChunkto the current text array.voidVerticalText. addText(Chunk chunk)Adds aChunkto 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.
-