Uses of Interface
com.lowagie.text.Element
Packages that use Element
Package
Description
-
Uses of Element in com.lowagie.text
Subinterfaces of Element in com.lowagie.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.lowagie.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
AFootnote
is a little note that can be added at the bottom of a page.class
A special-version ofLIST
which use greek-letters.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.class
ARectangleReadOnly
is the representation of a geometric figure.class
A special-version ofLIST
which use roman-letters.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.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.class
class
A special-version ofLIST
which use zapfdingbats-letters.class
A special-version ofLIST
which use zapfdingbats-numbers (1..10).Fields in com.lowagie.text declared as ElementModifier and TypeFieldDescriptionprotected Element
MarkedObject.element
The element that is wrapped in a MarkedObject.Fields in com.lowagie.text with type parameters of type ElementModifier and TypeFieldDescriptionCell.arrayList
TheArrayList
ofElement
s that are part of the content of the Cell.SimpleCell.content
the content of the Cell.SimpleTable.content
the content of a Table.List.list
This is theArrayList
containing the differentListItem
s.HeaderFooter.specialContent
This is theList
containing non-textElement
.Methods in com.lowagie.text that return types with arguments of type ElementModifier and TypeMethodDescriptionAnchor.getChunks()
Gets all the chunks in this element.Annotation.getChunks()
Gets all the chunks in this element.Cell.getChunks()
Gets all the chunks in this element.Chunk.getChunks()
Gets all the chunks in this element.Element.getChunks()
Gets all the chunks in this element.List.getChunks()
Gets all the chunks in this element.MarkedObject.getChunks()
Gets all the chunks in this element.Meta.getChunks()
Gets all the chunks in this element.Phrase.getChunks()
Gets all the chunks in this element.Rectangle.getChunks()
Gets all the chunks in this element.Row.getChunks()
Gets all the chunks in this element.Section.getChunks()
Gets all the chunks in this element.Table.getChunks()
Gets all the chunks in this element.SimpleCell.getContent()
List.getItems()
Gets all the items in the list.HeaderFooter.getSpecialContent()
GetsspecialContent
Methods in com.lowagie.text with parameters of type ElementModifier and TypeMethodDescriptionboolean
Add anObject
to this cell.boolean
Adds anElement
to theDocument
.boolean
Signals that anElement
was added to theDocument
.boolean
Signals that anElement
was added to theDocument
.boolean
Adds anElement
to theList
.boolean
Adds anElement
to theList
.void
Adds aParagraph
,List
orTable
to thisSection
.boolean
Adds aParagraph
,List
,Table
or anotherSection
to thisSection
.boolean
Adds anObject
to theParagraph
.void
Adds aChunk
, anAnchor
or anotherPhrase
to thisPhrase
.boolean
boolean
Adds anElement
to theList
.void
Adds aParagraph
,List
orTable
to thisSection
.boolean
Adds aParagraph
,List
,Table
or anotherSection
to thisSection
.boolean
boolean
boolean
Adds an object to theTextElementArray
.boolean
Adds anElement
to theList
.boolean
Adds anElement
to theList
.void
Cell.addElement
(Element element) Adds an element to thisCell
.void
SimpleCell.addElement
(Element element) Adds content to this object.void
HeaderFooter.addSpecialContent
(Element element) Adds non-textElement
intospecialContent
Method parameters in com.lowagie.text with type arguments of type ElementModifier and TypeMethodDescriptionboolean
MarkedSection.addAll
(Collection<? extends Element> collection) Adds a collection ofElement
s to thisSection
.boolean
Phrase.addAll
(Collection<? extends Element> collection) Adds a collection ofChunk
s to thisPhrase
.boolean
Section.addAll
(Collection<? extends Element> collection) Adds a collection ofElement
s to thisSection
.Constructors in com.lowagie.text with parameters of type ElementModifierConstructorDescriptionConstructs aCell
with a certainElement
.MarkedObject
(Element element) Creates a MarkedObject. -
Uses of Element in com.lowagie.text.html
Methods in com.lowagie.text.html with parameters of type Element -
Uses of Element in com.lowagie.text.html.simpleparser
Classes in com.lowagie.text.html.simpleparser that implement ElementFields in com.lowagie.text.html.simpleparser with type parameters of type ElementMethods in com.lowagie.text.html.simpleparser that return types with arguments of type ElementModifier and TypeMethodDescriptionIncCell.getChunks()
HTMLWorker.parseToList
(Reader reader, StyleSheet style) HTMLWorker.parseToList
(Reader reader, StyleSheet style, Map<String, Object> interfaceProps) Methods in com.lowagie.text.html.simpleparser with parameters of type Element -
Uses of Element in com.lowagie.text.pdf
Classes in com.lowagie.text.pdf that implement ElementModifier and TypeClassDescriptionclass
Formats content into one or more columns bounded by a rectangle.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
.class
PdfTable
is an object that contains the graphics and text of a table.Fields in com.lowagie.text.pdf with type parameters of type ElementMethods in com.lowagie.text.pdf that return types with arguments of type ElementModifier and TypeMethodDescriptionMultiColumnText.getChunks()
Returns null - not usedPdfPTable.getChunks()
Gets all the chunks in this element.Methods in com.lowagie.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.protected void
PdfCell.processActions
(Element element, PdfAction action, List<PdfAction> allActions) Processes all actions contained in the cell. -
Uses of Element in com.lowagie.text.pdf.draw
Classes in com.lowagie.text.pdf.draw that implement ElementModifier and TypeClassDescriptionclass
Element that draws a dotted line from left to right.class
Element that draws a solid line from left to right.class
Helper class implementing the DrawInterface.Methods in com.lowagie.text.pdf.draw that return types with arguments of type Element -
Uses of Element in com.lowagie.text.xml
Fields in com.lowagie.text.xml with type parameters of type Element