Uses of Class
com.lowagie.text.Chunk

Packages that use Chunk
com.lowagie.text   
com.lowagie.text.factories   
com.lowagie.text.html.simpleparser   
com.lowagie.text.pdf   
com.lowagie.text.pdf.events   
com.lowagie.text.rtf   
com.lowagie.text.rtf.direct   
com.lowagie.text.rtf.field   
com.lowagie.text.rtf.graphic   
com.lowagie.text.rtf.list   
com.lowagie.text.rtf.text   
com.lowagie.text.xml   
com.lowagie.text.xml.simpleparser   
 

Uses of Chunk in com.lowagie.text
 

Fields in com.lowagie.text declared as Chunk
static Chunk Chunk.NEWLINE
          This is a Chunk containing a newline.
static Chunk Chunk.NEXTPAGE
          This is a Chunk containing a newpage.
protected  Chunk ListItem.symbol
          this is the symbol that will precede the listitem.
protected  Chunk List.symbol
          This is the listsymbol of a list that is not numbered.
 

Methods in com.lowagie.text that return Chunk
static Chunk SpecialSymbol.get(char c, Font font)
          Gets a chunk with a symbol character.
 Chunk ListItem.getListSymbol()
          Returns the listsymbol.
 Chunk List.getSymbol()
          Gets the Chunk containing the symbol.
 Chunk Chunk.setAction(PdfAction action)
          Sets an action for this Chunk.
 Chunk Chunk.setAnchor(String url)
          Sets an anchor for this Chunk.
 Chunk Chunk.setAnchor(URL url)
          Sets an anchor for this Chunk.
 Chunk Chunk.setAnnotation(PdfAnnotation annotation)
          Sets a generic annotation to this Chunk.
 Chunk Chunk.setBackground(Color color)
          Sets the color of the background Chunk.
 Chunk Chunk.setBackground(Color color, float extraLeft, float extraBottom, float extraRight, float extraTop)
          Sets the color and the size of the background Chunk.
 Chunk Chunk.setCharacterSpacing(float charSpace)
          Sets the character spacing.
 Chunk Chunk.setGenericTag(String text)
          Sets the generic tag Chunk.
 Chunk Chunk.setHorizontalScaling(float scale)
          Sets the text horizontal scaling.
 Chunk Chunk.setHyphenation(HyphenationEvent hyphenation)
          sets the hyphenation engine to this Chunk.
 Chunk Chunk.setLocalDestination(String name)
          Sets a local destination for this Chunk.
 Chunk Chunk.setLocalGoto(String name)
          Sets a local goto for this Chunk.
 Chunk Chunk.setNewPage()
          Sets a new page tag..
 Chunk Chunk.setRemoteGoto(String filename, int page)
          Sets a goto for a remote destination for this Chunk.
 Chunk Chunk.setRemoteGoto(String filename, String name)
          Sets a goto for a remote destination for this Chunk.
 Chunk Chunk.setSkew(float alpha, float beta)
          Skews the text to simulate italic and other effects.
 Chunk Chunk.setSplitCharacter(SplitCharacter splitCharacter)
          Sets the split characters.
 Chunk Chunk.setTextRenderMode(int mode, float strokeWidth, Color strokeColor)
          Sets the text rendering mode.
 Chunk Chunk.setTextRise(float rise)
          Sets the text displacement relative to the baseline.
 Chunk 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.
 Chunk Chunk.setUnderline(float thickness, float yPosition)
          Sets an horizontal line that can be an underline or a strikethrough.
 

Methods in com.lowagie.text with parameters of type Chunk
protected  boolean Phrase.addChunk(Chunk chunk)
          Adds a Chunk.
 void ListItem.setListSymbol(Chunk symbol)
          Sets the listsymbol.
 void List.setListSymbol(Chunk symbol)
          Sets the listsymbol.
 

Constructors in com.lowagie.text with parameters of type Chunk
Anchor(Chunk chunk)
          Constructs an Anchor with a certain Chunk.
Anchor(float leading, Chunk chunk)
          Constructs an Anchor with a certain Chunk and a certain leading.
Chunk(Chunk ck)
          A Chunk copy constructor.
ListItem(Chunk chunk)
          Constructs a ListItem with a certain Chunk.
ListItem(float leading, Chunk chunk)
          Constructs a ListItem with a certain Chunk and a certain leading.
Paragraph(Chunk chunk)
          Constructs a Paragraph with a certain Chunk.
Paragraph(float leading, Chunk chunk)
          Constructs a Paragraph with a certain Chunk and a certain leading.
Phrase(Chunk chunk)
          Constructs a Phrase with a certain Chunk.
Phrase(float leading, Chunk chunk)
          Constructs a Phrase with a certain Chunk and a certain leading.
 

Uses of Chunk in com.lowagie.text.factories
 

Methods in com.lowagie.text.factories that return Chunk
static Chunk ElementFactory.getChunk(Properties attributes)
          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 Chunk
 Chunk FactoryProperties.createChunk(String text, ChainedProperties props)
           
 

Uses of Chunk in com.lowagie.text.pdf
 

Fields in com.lowagie.text.pdf declared as Chunk
protected  Chunk PdfLine.listSymbol
          The listsymbol (if necessary).
 

Methods in com.lowagie.text.pdf that return Chunk
 Chunk PdfLine.listSymbol()
          Returns the listsymbol of this line.
 

Methods in com.lowagie.text.pdf with parameters of type Chunk
 void VerticalText.addText(Chunk chunk)
          Adds a Chunk to the current text array.
 void MultiColumnText.addText(Chunk chunk)
          Adds a Chunk to the current text array.
 void ColumnText.addText(Chunk chunk)
          Adds a Chunk to the current text array.
 

Uses of Chunk in com.lowagie.text.pdf.events
 

Methods in com.lowagie.text.pdf.events that return Chunk
 Chunk IndexEvents.create(String text, String in1)
          Create an index entry.
 Chunk IndexEvents.create(String text, String in1, String in2)
          Create an index entry.
 Chunk IndexEvents.create(String text, String in1, String in2, String in3)
          Create an index entry.
 

Methods in com.lowagie.text.pdf.events with parameters of type Chunk
 void IndexEvents.create(Chunk text, String in1)
          Create an index entry.
 void IndexEvents.create(Chunk text, String in1, String in2)
          Create an index entry.
 void IndexEvents.create(Chunk text, String in1, String in2, String in3)
          Create an index entry.
 

Uses of Chunk in com.lowagie.text.rtf
 

Subclasses of Chunk in com.lowagie.text.rtf
 class RtfAddableElement
          The RtfAddableElement is the superclass for all rtf specific elements that need to be added to an iText document.
 

Uses of Chunk in com.lowagie.text.rtf.direct
 

Subclasses of Chunk in com.lowagie.text.rtf.direct
 class RtfDirectContent
          The RtfDirectContent makes it possible to directly add RTF code into an RTF document.
 

Uses of Chunk in com.lowagie.text.rtf.field
 

Subclasses of Chunk in com.lowagie.text.rtf.field
 class RtfAnchor
          The RtfAnchor is the RTF representation of an Anchor object.
 class RtfField
          The RtfField class is an abstract base class for all rtf field functionality.
 class RtfPageNumber
          The RtfPageNumber provides the page number field in rtf documents.
 class RtfTableOfContents
          The RtfTableOfContents together with multiple RtfTOCEntry objects generates a table of contents.
 class RtfTOCEntry
          The RtfTOCEntry is used together with the RtfTableOfContents to generate a table of contents.
 class RtfTotalPageNumber
          The RtfTotalPageNumber provides the total number of pages field in rtf documents.
 

Uses of Chunk in com.lowagie.text.rtf.graphic
 

Subclasses of Chunk in com.lowagie.text.rtf.graphic
 class RtfShape
          The RtfShape provides the interface for adding shapes to the RTF document.
 class RtfShapePosition
          The RtfShapePosition stores position and ordering information for one RtfShape.
 class RtfShapeProperty
          The RtfShapeProperty stores all shape properties that are not handled by the RtfShape and RtfShapePosition.

There is a huge selection of properties that can be set.
 

Uses of Chunk in com.lowagie.text.rtf.list
 

Methods in com.lowagie.text.rtf.list with parameters of type Chunk
 void RtfListLevel.setBulletChunk(Chunk bulletCharacter)
           
 

Uses of Chunk in com.lowagie.text.rtf.text
 

Subclasses of Chunk in com.lowagie.text.rtf.text
 class RtfTab
          The RtfTab encapsulates a tab position and tab type in a paragraph.
 class RtfTabGroup
          The RtfTabGroup is a convenience class if the same tabs are to be added to multiple paragraphs.

RtfTabGroup tabs = new RtfTabGroup();
tabs.add(new RtfTab(70, RtfTab.TAB_LEFT_ALIGN));
tabs.add(new RtfTab(160, RtfTab.TAB_CENTER_ALIGN));
tabs.add(new RtfTab(250, RtfTab.TAB_DECIMAL_ALIGN));
tabs.add(new RtfTab(500, RtfTab.TAB_RIGHT_ALIGN));
Paragraph para = new Paragraph();
para.add(tabs);
para.add("\tLeft aligned\tCentre aligned\t12,45\tRight aligned");
 

Constructors in com.lowagie.text.rtf.text with parameters of type Chunk
RtfChunk(RtfDocument doc, Chunk chunk)
          Constructs a RtfChunk based on the content of a Chunk
 

Uses of Chunk in com.lowagie.text.xml
 

Fields in com.lowagie.text.xml declared as Chunk
protected  Chunk SAXiTextHandler.currentChunk
          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
static Chunk EntitiesToSymbol.get(String e, Font font)
          Gets a chunk with a symbol character.
 



Copyright © 2012. All Rights Reserved.