| 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 |
| Modifier and Type | Interface and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Anchor
An
Anchor can be a reference or a destination of a reference. |
class |
Annotation
An
Annotation is a little note that can be added to a page on
a document. |
class |
Cell
A
Cell is a Rectangle containing other
Elements. |
class |
Chapter
A
Chapter is a special Section. |
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
A
Footnote is a little note that can be added at the bottom of a
page. |
class |
GreekList
A special-version of
LIST which use greek-letters. |
class |
Header
This is an
Element that contains
some user defined meta information about the document. |
class |
HeaderFooter
A
HeaderFooter-object is a Rectangle with text
that can be put above and/or below every page. |
class |
Image
An
Image is the representation of a graphic element (JPEG, PNG
or GIF) that has to be inserted into the document |
class |
ImgCCITT
CCITT Image data that has to be inserted into the document
|
class |
ImgJBIG2
Support for JBIG2 images.
|
class |
ImgRaw
Raw Image data that has to be inserted into the document
|
class |
ImgTemplate
PdfTemplate that has to be inserted into the document
|
class |
ImgWMF
An
ImgWMF is the representation of a windows metafile
that has to be inserted into the document |
class |
Jpeg
An
Jpeg is the representation of a graphic element (JPEG)
that has to be inserted into the document |
class |
Jpeg2000
An
Jpeg2000 is the representation of a graphic element (JPEG)
that has to be inserted into the document |
class |
List
A
List contains several ListItems. |
class |
ListItem
A
ListItem is a Paragraph
that can be added to a List. |
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 an
Element that contains
some meta information about the document. |
class |
Paragraph
A
Paragraph is a series of Chunks and/or Phrases. |
class |
Phrase
A
Phrase is a series of Chunks. |
class |
Rectangle
A
Rectangle is the representation of a geometric figure. |
class |
RectangleReadOnly
A
RectangleReadOnly is the representation of a geometric figure. |
class |
RomanList
A special-version of
LIST which use roman-letters. |
class |
Row
A
Row is part of a Table
and contains some Cells. |
class |
Section
A
Section is a part of a Document containing
other Sections, Paragraphs, List
and/or Tables. |
class |
SimpleCell
Rectangle that can be used for Cells.
|
class |
SimpleTable
Rectangle that can be used for Cells.
|
class |
Table
A
Table is a Rectangle that contains Cells,
ordered in some kind of matrix. |
class |
TableRectangle |
class |
ZapfDingbatsList
A special-version of
LIST which use zapfdingbats-letters. |
class |
ZapfDingbatsNumberList
A special-version of
LIST which use zapfdingbats-numbers (1..10). |
| Modifier and Type | Field and Description |
|---|---|
protected Element |
MarkedObject.element
The element that is wrapped in a MarkedObject.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Element> |
Cell.arrayList
The
ArrayList of Elements
that are part of the content of the Cell. |
protected List<Element> |
List.list
This is the
ArrayList containing the different ListItems. |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Element> |
Table.getChunks()
Gets all the chunks in this element.
|
ArrayList<Element> |
Section.getChunks()
Gets all the chunks in this element.
|
ArrayList<Element> |
Row.getChunks()
Gets all the chunks in this element.
|
ArrayList<Element> |
Rectangle.getChunks()
Gets all the chunks in this element.
|
ArrayList<Element> |
Phrase.getChunks()
Gets all the chunks in this element.
|
ArrayList<Element> |
Meta.getChunks()
Gets all the chunks in this element.
|
ArrayList<Element> |
MarkedObject.getChunks()
Gets all the chunks in this element.
|
ArrayList<Element> |
List.getChunks()
Gets all the chunks in this element.
|
ArrayList<Element> |
Element.getChunks()
Gets all the chunks in this element.
|
ArrayList<Element> |
Chunk.getChunks()
Gets all the chunks in this element.
|
ArrayList<Element> |
Cell.getChunks()
Gets all the chunks in this element.
|
ArrayList<Element> |
Anchor.getChunks()
Gets all the chunks in this element.
|
List<Element> |
List.getItems()
Gets all the items in the list.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TextElementArray.add(Element o)
Adds an object to the
TextElementArray. |
boolean |
SimpleTable.add(Element o) |
boolean |
SimpleCell.add(Element o) |
boolean |
Section.add(Element o)
Adds a
Paragraph, List, Table or another Section
to this Section. |
boolean |
Phrase.add(Element element) |
boolean |
Paragraph.add(Element o)
Adds an
Object to the Paragraph. |
boolean |
MarkedSection.add(Element o)
Adds a
Paragraph, List, Table or another Section
to this Section. |
boolean |
List.add(Element o)
Adds an
Object to the List. |
boolean |
ElementListener.add(Element element)
Signals that an
Element was added to the Document. |
boolean |
DocWriter.add(Element element)
Signals that an
Element was added to the Document. |
boolean |
Document.add(Element element)
Adds an
Element to the Document. |
boolean |
Cell.add(Element o)
Add an
Object to this cell. |
void |
Section.add(int index,
Element o)
Adds a
Paragraph, List or Table
to this Section. |
void |
Phrase.add(int index,
Element element)
Adds a
Chunk, an Anchor or another Phrase
to this Phrase. |
void |
MarkedSection.add(int index,
Element o)
Adds a
Paragraph, List or Table
to this Section. |
void |
SimpleCell.addElement(Element element)
Adds content to this object.
|
void |
Cell.addElement(Element element)
Adds an element to this
Cell. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Section.addAll(Collection<? extends Element> collection)
Adds a collection of
Elements
to this Section. |
boolean |
Phrase.addAll(Collection<? extends Element> collection)
Adds a collection of
Chunks
to this Phrase. |
boolean |
MarkedSection.addAll(Collection<? extends Element> collection)
Adds a collection of
Elements
to this Section. |
| Constructor and Description |
|---|
Cell(Element element)
Constructs a
Cell with a certain Element. |
MarkedObject(Element element)
Creates a MarkedObject.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HtmlWriter.add(Element element)
Signals that an
Element was added to the Document. |
protected void |
HtmlWriter.write(Element element,
int indent)
Writes the HTML representation of an element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IncCell |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<Element> |
HTMLWorker.objectList |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Element> |
IncCell.getChunks() |
static ArrayList<Element> |
HTMLWorker.parseToList(Reader reader,
StyleSheet style) |
static ArrayList<Element> |
HTMLWorker.parseToList(Reader reader,
StyleSheet style,
HashMap interfaceProps)
Deprecated.
use
HTMLWorker.parseToList(Reader, StyleSheet, Map) since 1.2.22 |
static ArrayList<Element> |
HTMLWorker.parseToList(Reader reader,
StyleSheet style,
Map<String,Object> interfaceProps) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IncCell.add(Element o) |
boolean |
HTMLWorker.add(Element element) |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiColumnText
Formats content into one or more columns bounded by a
rectangle.
|
class |
PdfCell
A
PdfCell is the PDF translation of a Cell. |
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 class
Table. |
class |
PdfTable
PdfTable is an object that contains the graphics and text of a table. |
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<Element> |
ColumnText.compositeElements |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Element> |
MultiColumnText.getChunks()
Returns null - not used
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PdfDocument.add(Element element)
Signals that an
Element was added to the Document. |
void |
PdfPCell.addElement(Element element)
Adds an iText element to the cell.
|
void |
MultiColumnText.addElement(Element element)
Add an element to be rendered in a column.
|
void |
ColumnText.addElement(Element element)
Adds an element.
|
protected void |
PdfCell.processActions(Element element,
PdfAction action,
List<PdfAction> allActions)
Processes all actions contained in the cell.
|
| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Element> |
VerticalPositionMark.getChunks() |
| Modifier and Type | Field and Description |
|---|---|
protected Stack<Element> |
SAXiTextHandler.stack
This is a
Stack of objects, waiting to be added to the
document. |
Copyright © 2019. All rights reserved.