Uses of Class
org.openpdf.text.Chunk
Packages that use Chunk
Package
Description
-
Uses of Chunk in org.openpdf.text
Fields in org.openpdf.text declared as ChunkModifier and TypeFieldDescriptionstatic final ChunkChunk.NEWLINEThis is a Chunk containing a newline.static final ChunkChunk.NEXTPAGEThis is a Chunk containing a newpage.protected ChunkList.symbolThis is the listsymbol of a list that is not numbered.protected ChunkListItem.symbolthis is the symbol that will precede the listitem.Methods in org.openpdf.text that return ChunkModifier and TypeMethodDescriptionstatic ChunkGets a chunk with a symbol character.ListItem.getListSymbol()Returns the listsymbol.List.getSymbol()Gets the Chunk containing the symbol.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.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.setCharacterSpacing(float charSpace) Sets the character spacing.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.Methods in org.openpdf.text with parameters of type ChunkModifier and TypeMethodDescriptionprotected booleanAdds a Chunk.voidList.setListSymbol(Chunk symbol) Sets the listsymbol.voidListItem.setListSymbol(Chunk symbol) Sets the listsymbol.Constructors in org.openpdf.text with parameters of type ChunkModifierConstructorDescriptionConstructs anAnchorwith a certainChunkand a certain leading.Constructs anAnchorwith a certainChunk.AChunkcopy constructor.Constructs aListItemwith a certainChunkand a certain leading.Constructs aListItemwith a certainChunk.Constructs aParagraphwith a certainChunkand a certain leading.Constructs aParagraphwith a certainChunk.Constructs aPhrasewith a certainChunkand a certain leading.Constructs aPhrasewith a certainChunk. -
Uses of Chunk in org.openpdf.text.factories
Methods in org.openpdf.text.factories that return ChunkModifier and TypeMethodDescriptionstatic ChunkElementFactory.getChunk(Properties attributes) Creates a Chunk object based on a list of properties. -
Uses of Chunk in org.openpdf.text.html.simpleparser
Methods in org.openpdf.text.html.simpleparser that return ChunkModifier and TypeMethodDescriptionFactoryProperties.createChunk(String text, ChainedProperties props) Deprecated. -
Uses of Chunk in org.openpdf.text.pdf
Fields in org.openpdf.text.pdf declared as ChunkModifier and TypeFieldDescriptionprotected ChunkPdfLine.listSymbolThe listsymbol (if necessary).Methods in org.openpdf.text.pdf that return ChunkMethods in org.openpdf.text.pdf with parameters of type Chunk -
Uses of Chunk in org.openpdf.text.pdf.events
Methods in org.openpdf.text.pdf.events that return ChunkModifier and TypeMethodDescriptionCreate an index entry.Create an index entry.Create an index entry.Methods in org.openpdf.text.pdf.events with parameters of type Chunk -
Uses of Chunk in org.openpdf.text.xml
Fields in org.openpdf.text.xml declared as ChunkModifier and TypeFieldDescriptionprotected ChunkSAXiTextHandler.currentChunkThis is the current chunk to which characters can be added. -
Uses of Chunk in org.openpdf.text.xml.simpleparser
Methods in org.openpdf.text.xml.simpleparser that return Chunk