Uses of Interface
com.lowagie.text.Element

Packages that use Element
com.lowagie.text   
com.lowagie.text.html   
com.lowagie.text.html.simpleparser   
com.lowagie.text.markup   
com.lowagie.text.pdf   
com.lowagie.text.rtf   
com.lowagie.text.rtf.field   
com.lowagie.text.rtf.headerfooter   
com.lowagie.text.rtf.table   
com.lowagie.text.rtf.text   
com.lowagie.text.xml   
 

Uses of Element in com.lowagie.text
 

Subinterfaces of Element in com.lowagie.text
 interface MarkupAttributes
          Defines the interface for an Element with markup attributes-- that is, random String-to-String properties for representation in markup languages such as HTML and XML.
 interface TextElementArray
          Interface for a text element to which other objects can be added.
 

Classes in com.lowagie.text that implement Element
 class Anchor
          An Anchor can be a reference or a destination of a reference.
 class Annotation
          An Annotation is a little note that can be added to a page on a document.
 class Cell
          A Cell is a Rectangle containing other Elements.
 class Chapter
          A Chapter is a special Section.
 class ChapterAutoNumber
          Chapter with auto numbering.
 class Chunk
          This is the smallest significant part of text that can be added to a document.
 class Graphic
          A Graphic element can contain several geometric figures (curves, lines,...).
 class GreekList
          A special-version of LIST whitch use greek-letters.
 class Header
          This is an Element that contains some userdefined meta information about the document.
 class HeaderFooter
          A HeaderFooter-object is a Rectangle with text that can be put above and/or below every page.
 class Image
          An Image is the representation of a graphic element (JPEG, PNG or GIF) that has to be inserted into the document
 class ImgCCITT
          CCITT Image data that has to be inserted into the document
 class ImgPostscript
          An ImgPostscript is the representation of an EPS that has to be inserted into the document
 class ImgRaw
          Raw Image data that has to be inserted into the document
 class ImgTemplate
          PdfTemplate that has to be inserted into the document
 class ImgWMF
          An ImgWMF is the representation of a windows metafile that has to be inserted into the document
 class Jpeg
          An Jpeg is the representation of a graphic element (JPEG) that has to be inserted into the document
 class List
          A List contains several ListItems.
 class ListItem
          A ListItem is a Paragraph that can be added to a List.
 class Meta
          This is an Element that contains some meta information about the document.
 class Paragraph
          A Paragraph is a series of Chunks and/or Phrases.
 class Phrase
          A Phrase is a series of Chunks.
 class Rectangle
          A Rectangle is the representation of a geometric figure.
 class RomanList
          A special-version of LIST which use roman-letters.
 class Row
          A Row is part of a Table and contains some Cells.
 class Section
          A Section is a part of a Document containing other Sections, Paragraphs, List and/or Tables.
 class SimpleCell
          Rectangle that can be used for Cells.
 class SimpleTable
          Rectangle that can be used for Cells.
 class Table
          A Table is a Rectangle that contains Cells, ordered in some kind of matrix.
 class Watermark
          A Watermark is a graphic element (GIF or JPEG) that is shown on a certain position on each page.
 class ZapfDingbatsList
          A special-version of LIST whitch use zapfdingbats-letters.
 class ZapfDingbatsNumberList
          A special-version of LIST whitch use zapfdingbats-numbers (1..10).
 

Methods in com.lowagie.text with parameters of type Element
 boolean Document.add(Element element)
          Adds an Element to the Document.
 boolean DocWriter.add(Element element)
          Signals that an Element was added to the Document.
 boolean ElementListener.add(Element element)
          Signals that an Element was added to the Document.
 void Cell.addElement(Element element)
          Adds an element to this Cell.
 void SimpleCell.addElement(Element element)
          Adds content to this object.
protected static boolean DocWriter.hasMarkupAttributes(Element element)
          Returns true if the specified Element implements MarkupAttributes and has one or more attributes to write.
 

Constructors in com.lowagie.text with parameters of type Element
Cell(Element element)
          Constructs a Cell with a certain Element.
 

Uses of Element in com.lowagie.text.html
 

Methods in com.lowagie.text.html with parameters of type Element
 boolean HtmlWriter.add(Element element)
          Signals that an Element was added to the Document.
protected  void HtmlWriter.write(Element element, int indent)
          Writes the HTML representation of an element.
 

Uses of Element in com.lowagie.text.html.simpleparser
 

Classes in com.lowagie.text.html.simpleparser that implement Element
 class IncCell
           
 

Methods in com.lowagie.text.html.simpleparser with parameters of type Element
 boolean HTMLWorker.add(Element element)
           
 

Uses of Element in com.lowagie.text.markup
 

Methods in com.lowagie.text.markup that return Element
 Element MarkupParser.getObject(Properties attributes)
          Returns an object based on a tag and its attributes.
 Element MarkupParser.retrieveParagraph(Font font, Properties styleattributes)
          Retrieves a Paragraph based on some style attributes.
 Element MarkupParser.retrievePhrase(Font font, Properties styleattributes)
          Retrieves a Phrase based on some style attributes.
 

Uses of Element in com.lowagie.text.pdf
 

Classes in com.lowagie.text.pdf that implement Element
 class MultiColumnText
          Formats content into one or more columns bounded by a rectangle.
 class PdfCell
          A PdfCell is the PDF translation of a Cell.
 class PdfPCell
          A cell in a PdfPTable.
 class PdfPTable
          This is a table that can be put at an absolute position but can also be added to the document as the class Table.
 class PdfTable
          PdfTable is an object that contains the graphics and text of a table.
 

Methods in com.lowagie.text.pdf with parameters of type Element
 void ColumnText.addElement(Element element)
          Adds an element.
 void MultiColumnText.addElement(Element element)
          Add an element to be rendered in a column.
 void PdfPCell.addElement(Element element)
          Adds an iText element to the cell.
protected  void PdfCell.processActions(Element element, PdfAction action, ArrayList allActions)
          Processes all actions contained in the cell.
 

Uses of Element in com.lowagie.text.rtf
 

Classes in com.lowagie.text.rtf that implement Element
 class GenericRtfField
          Deprecated. Please move to the RtfWriter2 and associated classes.
 class RtfAddableElement
          The RtfAddableElement is the superclass for all rtf specific elements that need to be added to an iText document.
 class RtfHeaderFooters
          Deprecated. Please move to the RtfWriter2 and associated classes. com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup replaces the functionality of this class.
 class RtfTableCell
          Deprecated. Please move to the RtfWriter2 and associated classes. com.lowagie.text.rtf.table.RtfCell replaces the functionality of this class.
 class RtfTOC
          Deprecated. Please move to the RtfWriter2 and associated classes. com.lowagie.text.rtf.field.RtfTableOfContents replaces the functionality of this class.
 

Methods in com.lowagie.text.rtf that return Element
 Element RtfHeaderFooter.content()
          Deprecated.  
 

Methods in com.lowagie.text.rtf with parameters of type Element
 boolean RtfWriter.add(Element element)
          Deprecated. Signals that an Element was added to the Document.
 boolean RtfWriter2.add(Element element)
          Adds an Element to the Document
protected  boolean RtfWriter.addElement(Element element, ByteArrayOutputStream out)
          Deprecated. Adds an Element to the Document.
 RtfBasicElement RtfMapper.mapElement(Element element)
          Takes an Element subclass and returns the correct RtfBasicElement subclass, that wraps the Element subclass.
 

Constructors in com.lowagie.text.rtf with parameters of type Element
RtfHeaderFooter(Element content)
          Deprecated. Constructs a new header
RtfTableCell(Element element)
          Deprecated. Constructs a Cell with a certain Element.
 

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

Classes in com.lowagie.text.rtf.field that implement Element
 class RtfAnchor
           
 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 Element in com.lowagie.text.rtf.headerfooter
 

Classes in com.lowagie.text.rtf.headerfooter that implement Element
 class RtfHeaderFooter
          The RtfHeaderFooter represents one header or footer.
 class RtfHeaderFooterGroup
          The RtfHeaderFooterGroup holds 0 - 3 RtfHeaderFooters that create a group of headers or footers.
 

Constructors in com.lowagie.text.rtf.headerfooter with parameters of type Element
RtfHeaderFooter(Element element)
          Constructs a RtfHeaderFooter for any Element.
 

Uses of Element in com.lowagie.text.rtf.table
 

Classes in com.lowagie.text.rtf.table that implement Element
 class RtfCell
          The RtfCell wraps a Cell, but can also be added directly to a Table.
 

Constructors in com.lowagie.text.rtf.table with parameters of type Element
RtfCell(Element element)
          Constructs a RtfCell based upon an Element
 

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

Classes in com.lowagie.text.rtf.text that implement Element
 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.
 

Uses of Element in com.lowagie.text.xml
 

Methods in com.lowagie.text.xml with parameters of type Element
 boolean XmlWriter.add(Element element)
          Signals that an Element was added to the Document.
 



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.