Uses of Interface
com.aowagie.text.Element
Packages that use Element
-
Uses of Element in com.aowagie.text
Subinterfaces of Element in com.aowagie.textModifier and TypeInterfaceDescriptioninterface
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 ElementModifier and TypeClassDescriptionclass
AnAnchor
can be a reference or a destination of a reference.class
AnAnnotation
is a little note that can be added to a page on a document.class
ACell
is aRectangle
containing otherElement
s.class
AChapter
is a specialSection
.class
Chapter with auto numbering.class
This is the smallest significant part of text that can be added to a document.class
This is anElement
that contains some user defined meta information about the document.class
AHeaderFooter
-object is aRectangle
with text that can be put above and/or below every page.class
AnImage
is the representation of a graphic element (JPEG, PNG or GIF) that has to be inserted into the documentclass
CCITT Image data that has to be inserted into the documentclass
Support for JBIG2 images.class
Raw Image data that has to be inserted into the documentclass
PdfTemplate that has to be inserted into the documentclass
AnImgWMF
is the representation of a windows metafile that has to be inserted into the documentclass
AnJpeg
is the representation of a graphic element (JPEG) that has to be inserted into the documentclass
AnJpeg2000
is the representation of a graphic element (JPEG) that has to be inserted into the documentclass
AList
contains severalListItem
s.class
AListItem
is aParagraph
that can be added to aList
.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 anElement
that contains some meta information about the document.class
AParagraph
is a series ofChunk
s and/orPhrases
.class
APhrase
is a series ofChunk
s.class
ARectangle
is the representation of a geometric figure.(package private) class
ARectangleReadOnly
is the representation of a geometric figure.class
ARow
is part of aTable
and contains someCells
.class
ASection
is a part of aDocument
containing otherSection
s,Paragraph
s,List
and/orTable
s.(package private) class
Rectangle that can be used for Cells.class
Rectangle that can be used for Cells.class
ATable
is aRectangle
that containsCell
s, ordered in some kind of matrix.Fields in com.aowagie.text declared as ElementModifier and TypeFieldDescriptionprotected Element
MarkedObject.element
The element that is wrapped in a MarkedObject.Methods in com.aowagie.text with parameters of type ElementModifier and TypeMethodDescriptionboolean
Adds anElement
to theDocument
.boolean
Signals that anElement
was added to theDocument
.boolean
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 ElementModifierConstructorDescription(package private)
Constructs aCell
with a certainElement
.(package private)
MarkedObject
(Element element) Creates a MarkedObject. -
Uses of Element in com.aowagie.text.pdf
Classes in com.aowagie.text.pdf that implement ElementModifier and TypeClassDescriptionclass
Formats content into one or more columns bounded by a rectangle.(package private) class
APdfCell
is the PDF translation of aCell
.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 classTable
.(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 ElementModifier and TypeMethodDescriptionboolean
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, 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 ElementModifier and TypeClassDescriptionclass
Element that draws a solid line from left to right.class
Helper class implementing the DrawInterface.