Package | Description |
---|---|
com.lowagie.text | |
com.lowagie.text.pdf | |
com.lowagie.text.pdf.draw |
Modifier and Type | Interface and Description |
---|---|
interface |
DocListener
A class that implements
DocListener will perform some
actions when some actions are performed on a Document . |
Modifier and Type | Class and Description |
---|---|
class |
Document
A generic Document class.
|
class |
DocWriter
An abstract
Writer class for documents. |
Modifier and Type | Method and Description |
---|---|
boolean |
Table.process(ElementListener listener)
Processes the element by adding it (or the different parts) to an
ElementListener . |
boolean |
Section.process(ElementListener listener)
Processes the element by adding it (or the different parts) to an
ElementListener . |
boolean |
Row.process(ElementListener listener)
Processes the element by adding it (or the different parts) to a
ElementListener . |
boolean |
Rectangle.process(ElementListener listener)
Processes the element by adding it (or the different parts) to an
ElementListener . |
boolean |
Phrase.process(ElementListener listener)
Processes the element by adding it (or the different parts) to an
ElementListener . |
boolean |
Meta.process(ElementListener listener)
Processes the element by adding it (or the different parts) to a
ElementListener . |
boolean |
MarkedSection.process(ElementListener listener)
Processes the element by adding it (or the different parts) to an
ElementListener . |
boolean |
MarkedObject.process(ElementListener listener)
Processes the element by adding it (or the different parts) to an
ElementListener . |
boolean |
List.process(ElementListener listener)
Processes the element by adding it (or the different parts) to an
ElementListener . |
boolean |
Element.process(ElementListener listener)
Processes the element by adding it (or the different parts) to an
ElementListener . |
boolean |
Chunk.process(ElementListener listener)
Processes the element by adding it (or the different parts) to an
ElementListener . |
boolean |
Cell.process(ElementListener listener)
Processes the element by adding it (or the different parts) to an
ElementListener . |
boolean |
Annotation.process(ElementListener listener)
Processes the element by adding it (or the different parts) to an
ElementListener . |
boolean |
Anchor.process(ElementListener listener)
Processes the element by adding it (or the different parts) to an
ElementListener . |
Modifier and Type | Class and Description |
---|---|
class |
PdfCopy
Make copies of PDF documents.
|
class |
PdfDocument
PdfDocument is the class that is used by PdfWriter
to translate a Document into a PDF with different pages. |
class |
PdfSmartCopy
PdfSmartCopy has the same functionality as PdfCopy,
but when resources (such as fonts, images,...) are
encountered, a reference to these resources is saved
in a cache, so that they can be reused.
|
class |
PdfWriter
A
DocWriter class for PDF. |
class |
UnembedFontPdfSmartCopy
Makes a copy of a PDF, unembedding all embedded fonts.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PdfPTable.process(ElementListener listener)
Processes the element by adding it (or the different parts) to an
ElementListener . |
boolean |
MultiColumnText.process(ElementListener listener)
Processes the element by adding it to an
ElementListener . |
Modifier and Type | Method and Description |
---|---|
boolean |
VerticalPositionMark.process(ElementListener listener) |
Copyright © 2018. All rights reserved.