Uses of Interface
com.aowagie.text.Element
-
Packages that use Element Package Description com.aowagie.text com.aowagie.text.pdf com.aowagie.text.pdf.draw -
-
Uses of Element in com.aowagie.text
Subinterfaces of Element in com.aowagie.text Modifier and Type Interface Description interface
LargeElement
Interface implemented by Element objects that can potentially consume a lot of memory.interface
TextElementArray
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
Anchor
AnAnchor
can be a reference or a destination of a reference.class
Annotation
AnAnnotation
is a little note that can be added to a page on a document.class
Cell
ACell
is aRectangle
containing otherElement
s.class
Chapter
AChapter
is a specialSection
.class
ChapterAutoNumber
Chapter with auto numbering.class
Chunk
This is the smallest significant part of text that can be added to a document.class
Header
This is anElement
that contains some user defined meta information about the document.class
HeaderFooter
AHeaderFooter
-object is aRectangle
with text that can be put above and/or below every page.class
Image
AnImage
is the representation of a graphic element (JPEG, PNG or GIF) that has to be inserted into the documentclass
ImgCCITT
CCITT Image data that has to be inserted into the documentclass
ImgJBIG2
Support for JBIG2 images.class
ImgRaw
Raw Image data that has to be inserted into the documentclass
ImgTemplate
PdfTemplate that has to be inserted into the documentclass
ImgWMF
AnImgWMF
is the representation of a windows metafile that has to be inserted into the documentclass
Jpeg
AnJpeg
is the representation of a graphic element (JPEG) that has to be inserted into the documentclass
Jpeg2000
AnJpeg2000
is the representation of a graphic element (JPEG) that has to be inserted into the documentclass
List
AList
contains severalListItem
s.class
ListItem
AListItem
is aParagraph
that can be added to aList
.class
MarkedObject
Wrapper that allows to add properties to 'basic building block' objects.class
MarkedSection
Wrapper that allows to add properties to a Chapter/Section object.class
Meta
This is anElement
that contains some meta information about the document.class
Paragraph
AParagraph
is a series ofChunk
s and/orPhrases
.class
Phrase
APhrase
is a series ofChunk
s.class
Rectangle
ARectangle
is the representation of a geometric figure.(package private) class
RectangleReadOnly
ARectangleReadOnly
is the representation of a geometric figure.class
Row
ARow
is part of aTable
and contains someCells
.class
Section
ASection
is a part of aDocument
containing otherSection
s,Paragraph
s,List
and/orTable
s.(package private) class
SimpleCell
Rectangle that can be used for Cells.class
SimpleTable
Rectangle that can be used for Cells.class
Table
ATable
is aRectangle
that containsCell
s, 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 anElement
to theDocument
.boolean
DocWriter. add(Element element)
Signals that anElement
was added to theDocument
.boolean
ElementListener. add(Element element)
Signals that anElement
was added to theDocument
.private void
Cell. addElement(Element element)
Adds an element to thisCell
.private void
SimpleCell. addElement(Element element)
Adds content to this object.Constructors in com.aowagie.text with parameters of type Element Constructor Description Cell(Element element)
Constructs aCell
with a certainElement
.MarkedObject(Element element)
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
MultiColumnText
Formats content into one or more columns bounded by a rectangle.(package private) class
PdfCell
APdfCell
is the PDF translation of aCell
.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 classTable
.(package private) class
PdfTable
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 anElement
was added to theDocument
.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, java.util.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
LineSeparator
Element that draws a solid line from left to right.class
VerticalPositionMark
Helper class implementing the DrawInterface.
-