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.
    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.
    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.
  • 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.
    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.
    Methods in com.aowagie.text.pdf with parameters of type Element
    Modifier and Type
    Method
    Description
    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.
  • 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.