Uses of Interface
com.aowagie.text.Element

Packages that use Element
  • Uses of Element in com.aowagie.text

    Subinterfaces of Element in com.aowagie.text
    Modifier and Type
    Interface
    Description
    interface 
    Interface implemented by Element objects that can potentially consume a lot of memory.
    interface 
    Interface for a text element to which other objects can be added.
    Classes in com.aowagie.text that implement Element
    Modifier and Type
    Class
    Description
    class 
    An Anchor can be a reference or a destination of a reference.
    class 
    An Annotation is a little note that can be added to a page on a document.
    class 
    A Cell is a Rectangle containing other Elements.
    class 
    A Chapter is a special Section.
    class 
    Chapter with auto numbering.
    class 
    This is the smallest significant part of text that can be added to a document.
    class 
    This is an Element that contains some user defined meta information about the document.
    class 
    A HeaderFooter-object is a Rectangle with text that can be put above and/or below every page.
    class 
    An Image is the representation of a graphic element (JPEG, PNG or GIF) that has to be inserted into the document
    class 
    CCITT Image data that has to be inserted into the document
    class 
    Support for JBIG2 images.
    class 
    Raw Image data that has to be inserted into the document
    class 
    PdfTemplate that has to be inserted into the document
    class 
    An ImgWMF is the representation of a windows metafile that has to be inserted into the document
    class 
    An Jpeg is the representation of a graphic element (JPEG) that has to be inserted into the document
    class 
    An Jpeg2000 is the representation of a graphic element (JPEG) that has to be inserted into the document
    class 
    A List contains several ListItems.
    class 
    A ListItem is a Paragraph that can be added to a List.
    class 
    Wrapper that allows to add properties to 'basic building block' objects.
    class 
    Wrapper that allows to add properties to a Chapter/Section object.
    class 
    This is an Element that contains some meta information about the document.
    class 
    A Paragraph is a series of Chunks and/or Phrases.
    class 
    A Phrase is a series of Chunks.
    class 
    A Rectangle is the representation of a geometric figure.
    (package private) class 
    A RectangleReadOnly is the representation of a geometric figure.
    class 
    A Row is part of a Table and contains some Cells.
    class 
    A Section is a part of a Document containing other Sections, Paragraphs, List and/or Tables.
    (package private) class 
    Rectangle that can be used for Cells.
    class 
    Rectangle that can be used for Cells.
    class 
    A Table is a Rectangle that contains Cells, ordered in some kind of matrix.
    Fields in com.aowagie.text declared as Element
    Modifier and Type
    Field
    Description
    protected Element
    MarkedObject.element
    The element that is wrapped in a MarkedObject.
    Methods in com.aowagie.text with parameters of type Element
    Modifier and Type
    Method
    Description
    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.
    private void
    Cell.addElement(Element element)
    Adds an element to this Cell.
    private void
    SimpleCell.addElement(Element element)
    Adds content to this object.
    Constructors in com.aowagie.text with parameters of type Element
    Modifier
    Constructor
    Description
    (package private)
    Cell(Element element)
    Constructs a Cell with a certain Element.
    (package private)
    Creates a MarkedObject.
  • Uses of Element in com.aowagie.text.pdf

    Classes in com.aowagie.text.pdf that implement Element
    Modifier and Type
    Class
    Description
    class 
    Formats content into one or more columns bounded by a rectangle.
    (package private) class 
    A PdfCell is the PDF translation of a Cell.
    class 
    A cell in a PdfPTable.
    class 
    This is a table that can be put at an absolute position but can also be added to the document as the class Table.
    (package private) class 
    PdfTable is an object that contains the graphics and text of a table.
    Methods in com.aowagie.text.pdf with parameters of type Element
    Modifier and Type
    Method
    Description
    boolean
    PdfDocument.add(Element element)
    Signals that an Element was added to the Document.
    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.
    private void
    PdfCell.processActions(Element element, PdfAction action, ArrayList allActions)
    Processes all actions contained in the cell.
  • Uses of Element in com.aowagie.text.pdf.draw

    Classes in com.aowagie.text.pdf.draw that implement Element
    Modifier and Type
    Class
    Description
    class 
    Element that draws a solid line from left to right.
    class 
    Helper class implementing the DrawInterface.