Uses of Class
com.itextpdf.text.Chunk
-
Packages that use Chunk Package Description com.itextpdf.text com.itextpdf.text.html.simpleparser com.itextpdf.text.pdf com.itextpdf.text.pdf.draw com.itextpdf.text.pdf.events com.itextpdf.text.xml.simpleparser com.itextpdf.tool.xml.css.apply Contains classes that can apply css rules on certainElements.com.itextpdf.tool.xml.html Everything to parse HTML tags to pdf used by theHtmlPipelineis in here.com.itextpdf.tool.xml.html.pdfelement Elements created for specific use when processing HTML.com.itextpdf.tool.xml.html.table TagProcessor implementations fortabletags. -
-
Uses of Chunk in com.itextpdf.text
Fields in com.itextpdf.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.static ChunkChunk. SPACETABBINGprotected ChunkList. symbolThis is the listsymbol of a list that is not numbered.protected ChunkListItem. symbolthis is the symbol that will precede the listitem.static ChunkChunk. TABBINGMethods in com.itextpdf.text that return Chunk Modifier and Type Method Description static ChunkChunk. createTabspace()Deprecated.static ChunkChunk. createTabspace(float spacing)Deprecated.static ChunkChunk. createWhitespace(java.lang.String content)static ChunkChunk. createWhitespace(java.lang.String content, boolean preserve)static ChunkSpecialSymbol. get(char c, Font font)Gets a chunk with a symbol character.ChunkListItem. getListSymbol()Returns the listsymbol.ChunkList. getSymbol()Gets the Chunk containing the symbol.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(BaseColor color)Sets the color of the backgroundChunk.ChunkChunk. setBackground(BaseColor color, float extraLeft, float extraBottom, float extraRight, float extraTop)Sets the color and the size of the backgroundChunk.ChunkChunk. setCharacterSpacing(float charSpace)Sets the character spacing.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. setLineHeight(float lineheight)Sets a line height tag.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, BaseColor 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(BaseColor color, float thickness, float thicknessMul, float yPosition, float yPositionMul, int cap)Sets an horizontal line that can be an underline or a strikethrough.ChunkChunk. setWordSpacing(float wordSpace)Sets the word spacing.Methods in com.itextpdf.text that return types with arguments of type Chunk Modifier and Type Method Description java.util.List<Chunk>Anchor. getChunks()Gets all the chunks in this element.java.util.List<Chunk>Annotation. getChunks()Gets all the chunks in this element.java.util.List<Chunk>Chunk. getChunks()Gets all the chunks in this element.java.util.List<Chunk>Element. getChunks()Gets all the chunks in this element.java.util.List<Chunk>List. getChunks()Gets all the chunks in this element.java.util.List<Chunk>MarkedObject. getChunks()Deprecated.Gets all the chunks in this element.java.util.List<Chunk>Meta. getChunks()Gets all the chunks in this element.java.util.List<Chunk>Phrase. getChunks()Gets all the chunks in this element.java.util.List<Chunk>Rectangle. getChunks()Gets all the chunks in this element.java.util.List<Chunk>Section. getChunks()Gets all the chunks in this element.java.util.List<Chunk>WritableDirectElement. getChunks()Methods in com.itextpdf.text with parameters of type Chunk Modifier and Type Method Description protected booleanPhrase. addChunk(Chunk chunk)Adds a Chunk.protected booleanAnchor. applyAnchor(Chunk chunk, boolean notGotoOK, boolean localDestination)Applies the properties of the Anchor to a Chunk.voidList. setListSymbol(Chunk symbol)Sets the listsymbol.voidListItem. setListSymbol(Chunk symbol)Sets the listsymbol.Constructors in com.itextpdf.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.Chunk(Chunk ck)AChunkcopy constructor.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.itextpdf.text.html.simpleparser
Methods in com.itextpdf.text.html.simpleparser that return Chunk Modifier and Type Method Description ChunkElementFactory. createChunk(java.lang.String content, ChainedProperties chain)Deprecated.Creates an iText ChunkChunkHTMLWorker. createChunk(java.lang.String content)Deprecated.Creates a Chunk using the factory.Methods in com.itextpdf.text.html.simpleparser that return types with arguments of type Chunk Modifier and Type Method Description java.util.List<Chunk>CellWrapper. getChunks()Deprecated.java.util.List<Chunk>TableWrapper. getChunks()Deprecated. -
Uses of Chunk in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf that return Chunk Modifier and Type Method Description ChunkPdfLine. listSymbol()Returns the listsymbol of this line.protected ChunkFontSelector. processChar(char[] cc, int k, java.lang.StringBuffer sb)Methods in com.itextpdf.text.pdf that return types with arguments of type Chunk Modifier and Type Method Description java.util.List<Chunk>PdfBody. getChunks()java.util.List<Chunk>PdfDiv. getChunks()Gets all the chunks in this element.java.util.List<Chunk>PdfPTable. getChunks()Gets all the chunks in this element.Methods in com.itextpdf.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.private voidPdfStructureElement. writeAttributes(Chunk chunk)Constructors in com.itextpdf.text.pdf with parameters of type Chunk Constructor Description PdfChunk(Chunk chunk, PdfAction action)Constructs aPdfChunk-object.PdfChunk(Chunk chunk, PdfAction action, TabSettings tabSettings)Constructs aPdfChunk-object. -
Uses of Chunk in com.itextpdf.text.pdf.draw
Methods in com.itextpdf.text.pdf.draw that return types with arguments of type Chunk Modifier and Type Method Description java.util.List<Chunk>VerticalPositionMark. getChunks() -
Uses of Chunk in com.itextpdf.text.pdf.events
Methods in com.itextpdf.text.pdf.events that return Chunk Modifier and Type Method Description ChunkIndexEvents. create(java.lang.String text, java.lang.String in1)Create an index entry.ChunkIndexEvents. create(java.lang.String text, java.lang.String in1, java.lang.String in2)Create an index entry.ChunkIndexEvents. create(java.lang.String text, java.lang.String in1, java.lang.String in2, java.lang.String in3)Create an index entry.Methods in com.itextpdf.text.pdf.events with parameters of type Chunk Modifier and Type Method Description voidIndexEvents. create(Chunk text, java.lang.String in1)Create an index entry.voidIndexEvents. create(Chunk text, java.lang.String in1, java.lang.String in2)Create an index entry.voidIndexEvents. create(Chunk text, java.lang.String in1, java.lang.String in2, java.lang.String in3)Create an index entry. -
Uses of Chunk in com.itextpdf.text.xml.simpleparser
Methods in com.itextpdf.text.xml.simpleparser that return Chunk Modifier and Type Method Description static ChunkEntitiesToSymbol. get(java.lang.String e, Font font)Gets a chunk with a symbol character. -
Uses of Chunk in com.itextpdf.tool.xml.css.apply
Methods in com.itextpdf.tool.xml.css.apply that return Chunk Modifier and Type Method Description ChunkChunkCssApplier. apply(Chunk c, Tag t)ChunkChunkCssApplier. apply(Chunk c, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)Methods in com.itextpdf.tool.xml.css.apply with parameters of type Chunk Modifier and Type Method Description ChunkChunkCssApplier. apply(Chunk c, Tag t)ChunkChunkCssApplier. apply(Chunk c, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)voidChunkCssApplier. copyChunkStyles(Chunk source, Chunk target)Method used for copying styles from one chunk to another.floatChunkCssApplier. getWidestWord(Chunk c)Method used for retrieving the widest word of a chunk of text. -
Uses of Chunk in com.itextpdf.tool.xml.html
Methods in com.itextpdf.tool.xml.html that return types with arguments of type Chunk Modifier and Type Method Description static java.util.List<Chunk>HTMLUtils. sanitize(java.lang.String str, boolean preserveWhiteSpace)private static java.util.List<Chunk>HTMLUtils. sanitize(java.lang.String str, boolean preserveWhiteSpace, boolean replaceNonBreakableSpaces)static java.util.List<Chunk>HTMLUtils. sanitizeInline(java.lang.String str, boolean preserveWhiteSpace)Sanitize the String for use in in-line tags.static java.util.List<Chunk>HTMLUtils. sanitizeInline(java.lang.String str, boolean preserveWhiteSpace, boolean replaceNonBreakableSpaces) -
Uses of Chunk in com.itextpdf.tool.xml.html.pdfelement
Subclasses of Chunk in com.itextpdf.tool.xml.html.pdfelement Modifier and Type Class Description classTabbedChunkA TabbedChunk is a Chunk that contains tabcount and alignment data to allow the HTML to PDF conversion to accept tabstop css.Constructors in com.itextpdf.tool.xml.html.pdfelement with parameters of type Chunk Constructor Description NoNewLineParagraph(float leading, Chunk chunk)Constructs aParagraphwith a certainChunkand a certain leading.NoNewLineParagraph(Chunk chunk)Constructs aParagraphwith a certainChunk. -
Uses of Chunk in com.itextpdf.tool.xml.html.table
Methods in com.itextpdf.tool.xml.html.table that return types with arguments of type Chunk Modifier and Type Method Description java.util.List<Chunk>TableRowElement. getChunks()
-