Uses of Interface
com.lowagie.text.Element
-
Packages that use Element Package Description com.lowagie.text com.lowagie.text.html com.lowagie.text.html.simpleparser com.lowagie.text.pdf com.lowagie.text.pdf.draw com.lowagie.text.xml -
-
Uses of Element in com.lowagie.text
Subinterfaces of Element in com.lowagie.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.lowagie.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
Footnote
AFootnote
is a little note that can be added at the bottom of a page.class
GreekList
A special-version ofLIST
which use greek-letters.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.class
RectangleReadOnly
ARectangleReadOnly
is the representation of a geometric figure.class
RomanList
A special-version ofLIST
which use roman-letters.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.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.class
TableRectangle
class
ZapfDingbatsList
A special-version ofLIST
which use zapfdingbats-letters.class
ZapfDingbatsNumberList
A special-version ofLIST
which use zapfdingbats-numbers (1..10).Fields in com.lowagie.text declared as Element Modifier and Type Field Description protected Element
MarkedObject. element
The element that is wrapped in a MarkedObject.Fields in com.lowagie.text with type parameters of type Element Modifier and Type Field Description protected java.util.List<Element>
Cell. arrayList
TheArrayList
ofElement
s that are part of the content of the Cell.private java.util.List<Element>
SimpleCell. content
the content of the Cell.private java.util.List<Element>
SimpleTable. content
the content of a Table.protected java.util.List<Element>
List. list
This is theArrayList
containing the differentListItem
s.private java.util.List<Element>
HeaderFooter. specialContent
This is theList
containing non-textElement
.Methods in com.lowagie.text that return types with arguments of type Element Modifier and Type Method Description java.util.ArrayList<Element>
Anchor. getChunks()
Gets all the chunks in this element.java.util.ArrayList<Element>
Annotation. getChunks()
Gets all the chunks in this element.java.util.ArrayList<Element>
Cell. getChunks()
Gets all the chunks in this element.java.util.ArrayList<Element>
Chunk. getChunks()
Gets all the chunks in this element.java.util.ArrayList<Element>
Element. getChunks()
Gets all the chunks in this element.java.util.ArrayList<Element>
List. getChunks()
Gets all the chunks in this element.java.util.ArrayList<Element>
MarkedObject. getChunks()
Gets all the chunks in this element.java.util.ArrayList<Element>
Meta. getChunks()
Gets all the chunks in this element.java.util.ArrayList<Element>
Phrase. getChunks()
Gets all the chunks in this element.java.util.ArrayList<Element>
Rectangle. getChunks()
Gets all the chunks in this element.java.util.ArrayList<Element>
Row. getChunks()
Gets all the chunks in this element.java.util.ArrayList<Element>
Section. getChunks()
Gets all the chunks in this element.java.util.ArrayList<Element>
Table. getChunks()
Gets all the chunks in this element.(package private) java.util.List<Element>
SimpleCell. getContent()
java.util.List<Element>
List. getItems()
Gets all the items in the list.java.util.List<Element>
HeaderFooter. getSpecialContent()
GetsspecialContent
Methods in com.lowagie.text with parameters of type Element Modifier and Type Method Description boolean
Cell. add(Element o)
Add anObject
to this cell.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
.boolean
GreekList. add(Element o)
Adds anElement
to theList
.boolean
List. add(Element o)
Adds anElement
to theList
.void
MarkedSection. add(int index, Element o)
Adds aParagraph
,List
orTable
to thisSection
.boolean
MarkedSection. add(Element o)
Adds aParagraph
,List
,Table
or anotherSection
to thisSection
.boolean
Paragraph. add(Element o)
Adds anObject
to theParagraph
.void
Phrase. add(int index, Element element)
Adds aChunk
, anAnchor
or anotherPhrase
to thisPhrase
.boolean
Phrase. add(Element element)
boolean
RomanList. add(Element o)
Adds anElement
to theList
.void
Section. add(int index, Element o)
Adds aParagraph
,List
orTable
to thisSection
.boolean
Section. add(Element o)
Adds aParagraph
,List
,Table
or anotherSection
to thisSection
.boolean
SimpleCell. add(Element o)
boolean
SimpleTable. add(Element o)
boolean
TextElementArray. add(Element o)
Adds an object to theTextElementArray
.boolean
ZapfDingbatsList. add(Element o)
Adds anElement
to theList
.boolean
ZapfDingbatsNumberList. add(Element o)
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 Element Modifier and Type Method Description boolean
MarkedSection. addAll(java.util.Collection<? extends Element> collection)
Adds a collection ofElement
s to thisSection
.boolean
Phrase. addAll(java.util.Collection<? extends Element> collection)
Adds a collection ofChunk
s to thisPhrase
.boolean
Section. addAll(java.util.Collection<? extends Element> collection)
Adds a collection ofElement
s to thisSection
.Constructors in com.lowagie.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.lowagie.text.html
Methods in com.lowagie.text.html with parameters of type Element Modifier and Type Method Description boolean
HtmlWriter. add(Element element)
Signals that anElement
was added to theDocument
.protected void
HtmlWriter. write(Element element, int indent)
Writes the HTML representation of an element. -
Uses of Element in com.lowagie.text.html.simpleparser
Classes in com.lowagie.text.html.simpleparser that implement Element Modifier and Type Class Description class
IncCell
Fields in com.lowagie.text.html.simpleparser with type parameters of type Element Modifier and Type Field Description private java.util.List<Element>
IncCell. chunks
protected java.util.ArrayList<Element>
HTMLWorker. objectList
Methods in com.lowagie.text.html.simpleparser that return types with arguments of type Element Modifier and Type Method Description java.util.ArrayList<Element>
IncCell. getChunks()
static java.util.ArrayList<Element>
HTMLWorker. parseToList(java.io.Reader reader, StyleSheet style)
static java.util.ArrayList<Element>
HTMLWorker. parseToList(java.io.Reader reader, StyleSheet style, java.util.Map<java.lang.String,java.lang.Object> interfaceProps)
Methods in com.lowagie.text.html.simpleparser with parameters of type Element Modifier and Type Method Description boolean
HTMLWorker. add(Element element)
boolean
IncCell. add(Element o)
-
Uses of Element in com.lowagie.text.pdf
Classes in com.lowagie.text.pdf that implement Element Modifier and Type Class Description class
MultiColumnText
Formats content into one or more columns bounded by a rectangle.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
.class
PdfTable
PdfTable
is an object that contains the graphics and text of a table.Fields in com.lowagie.text.pdf with type parameters of type Element Modifier and Type Field Description protected java.util.LinkedList<Element>
ColumnText. compositeElements
Methods in com.lowagie.text.pdf that return types with arguments of type Element Modifier and Type Method Description java.util.ArrayList<Element>
MultiColumnText. getChunks()
Returns null - not usedjava.util.ArrayList<Element>
PdfPTable. getChunks()
Gets all the chunks in this element.Methods in com.lowagie.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.protected void
PdfCell. processActions(Element element, PdfAction action, java.util.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 Element Modifier and Type Class Description class
DottedLineSeparator
Element that draws a dotted line from left to right.class
LineSeparator
Element that draws a solid line from left to right.class
VerticalPositionMark
Helper class implementing the DrawInterface.Methods in com.lowagie.text.pdf.draw that return types with arguments of type Element Modifier and Type Method Description java.util.ArrayList<Element>
VerticalPositionMark. getChunks()
-
Uses of Element in com.lowagie.text.xml
Fields in com.lowagie.text.xml with type parameters of type Element Modifier and Type Field Description protected java.util.Stack<Element>
SAXiTextHandler. stack
This is aStack
of objects, waiting to be added to the document.
-