Uses of Class
com.lowagie.text.Chunk
Packages that use Chunk
Package
Description
-
Uses of Chunk in com.lowagie.text
Fields in com.lowagie.text declared as ChunkModifier and TypeFieldDescriptionstatic final ChunkChunk.NEWLINEDeprecated.This is a Chunk containing a newline.static final ChunkChunk.NEXTPAGEDeprecated.This is a Chunk containing a newpage.protected ChunkList.symbolDeprecated.This is the listsymbol of a list that is not numbered.protected ChunkListItem.symbolDeprecated.this is the symbol that will precede the listitem.Methods in com.lowagie.text that return ChunkModifier and TypeMethodDescriptionstatic ChunkDeprecated.Gets a chunk with a symbol character.ListItem.getListSymbol()Deprecated.Returns the listsymbol.List.getSymbol()Deprecated.Gets the Chunk containing the symbol.Deprecated.Sets an action for thisChunk.Deprecated.Sets an anchor for thisChunk.Deprecated.Sets an anchor for thisChunk.Chunk.setAnnotation(PdfAnnotation annotation) Deprecated.Sets a generic annotation to thisChunk.Chunk.setBackground(Color color) Deprecated.Sets the color of the backgroundChunk.Chunk.setBackground(Color color, float extraLeft, float extraBottom, float extraRight, float extraTop) Deprecated.Sets the color and the size of the backgroundChunk.Chunk.setCharacterSpacing(float charSpace) Deprecated.Sets the character spacing.Chunk.setGenericTag(String text) Deprecated.Sets the generic tagChunk.Chunk.setHorizontalScaling(float scale) Deprecated.Sets the text horizontal scaling.Chunk.setHyphenation(HyphenationEvent hyphenation) Deprecated.sets the hyphenation engine to thisChunk.Chunk.setLocalDestination(String name) Deprecated.Sets a local destination for thisChunk.Chunk.setLocalGoto(String name) Deprecated.Sets a local goto for thisChunk.Chunk.setNewPage()Deprecated.Sets a new page tag..Chunk.setRemoteGoto(String filename, int page) Deprecated.Sets a goto for a remote destination for thisChunk.Chunk.setRemoteGoto(String filename, String name) Deprecated.Sets a goto for a remote destination for thisChunk.Chunk.setSkew(float alpha, float beta) Deprecated.Skews the text to simulate italic and other effects.Chunk.setSplitCharacter(SplitCharacter splitCharacter) Deprecated.Sets the split characters.Chunk.setTextRenderMode(int mode, float strokeWidth, Color strokeColor) Deprecated.Sets the text rendering mode.Chunk.setTextRise(float rise) Deprecated.Sets the text displacement relative to the baseline.Chunk.setUnderline(float thickness, float yPosition) Deprecated.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) Deprecated.Sets an horizontal line that can be an underline or a strikethrough.Methods in com.lowagie.text with parameters of type ChunkModifier and TypeMethodDescriptionprotected booleanDeprecated.Adds a Chunk.voidList.setListSymbol(Chunk symbol) Deprecated.Sets the listsymbol.voidListItem.setListSymbol(Chunk symbol) Deprecated.Sets the listsymbol.Constructors in com.lowagie.text with parameters of type ChunkModifierConstructorDescriptionDeprecated.Constructs anAnchorwith a certainChunkand a certain leading.Deprecated.Constructs anAnchorwith a certainChunk.Deprecated.AChunkcopy constructor.Deprecated.Deprecated.Constructs aListItemwith a certainChunkand a certain leading.Deprecated.Constructs aListItemwith a certainChunk.Deprecated.Constructs aParagraphwith a certainChunkand a certain leading.Deprecated.Constructs aParagraphwith a certainChunk.Deprecated.Constructs aPhrasewith a certainChunkand a certain leading.Deprecated.Constructs aPhrasewith a certainChunk. -
Uses of Chunk in com.lowagie.text.factories
Methods in com.lowagie.text.factories that return ChunkModifier and TypeMethodDescriptionstatic ChunkElementFactory.getChunk(Properties attributes) Deprecated.Creates a Chunk object based on a list of properties. -
Uses of Chunk in com.lowagie.text.html.simpleparser
Methods in com.lowagie.text.html.simpleparser that return ChunkModifier and TypeMethodDescriptionFactoryProperties.createChunk(String text, ChainedProperties props) Deprecated. -
Uses of Chunk in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as ChunkModifier and TypeFieldDescriptionprotected ChunkPdfLine.listSymbolDeprecated.The listsymbol (if necessary).Methods in com.lowagie.text.pdf that return ChunkModifier and TypeMethodDescriptionPdfLine.listSymbol()Deprecated.Returns the listsymbol of this line.Methods in com.lowagie.text.pdf with parameters of type ChunkModifier and TypeMethodDescriptionvoidDeprecated.Adds aChunkto the current text array.voidDeprecated.Adds aChunkto the current text array.voidDeprecated.Adds aChunkto the current text array. -
Uses of Chunk in com.lowagie.text.pdf.events
Methods in com.lowagie.text.pdf.events that return ChunkModifier and TypeMethodDescriptionDeprecated.Create an index entry.Deprecated.Create an index entry.Deprecated.Create an index entry.Methods in com.lowagie.text.pdf.events with parameters of type ChunkModifier and TypeMethodDescriptionvoidDeprecated.Create an index entry.voidDeprecated.Create an index entry.voidDeprecated.Create an index entry. -
Uses of Chunk in com.lowagie.text.xml
Fields in com.lowagie.text.xml declared as ChunkModifier and TypeFieldDescriptionprotected ChunkSAXiTextHandler.currentChunkDeprecated.This is the current chunk to which characters can be added. -
Uses of Chunk in com.lowagie.text.xml.simpleparser
Methods in com.lowagie.text.xml.simpleparser that return Chunk