Package | Description |
---|---|
com.itextpdf.text | |
com.itextpdf.text.html.simpleparser | |
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.draw | |
com.itextpdf.tool.xml.html.table |
TagProcessor implementations for table tags.
|
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 |
WritableDirectElement.process(ElementListener listener) |
boolean |
Section.process(ElementListener listener)
Processes the element by adding it (or the different parts) to an 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)
Deprecated.
Processes the element by adding it (or the different parts) to an ElementListener .
|
boolean |
MarkedObject.process(ElementListener listener)
Deprecated.
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 |
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 |
HTMLWorker
Deprecated.
since 5.5.2; please switch to XML Worker instead (this is a separate project)
|
Modifier and Type | Method and Description |
---|---|
boolean |
TableWrapper.process(ElementListener listener)
Deprecated.
|
boolean |
CellWrapper.process(ElementListener listener)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
PdfACopy
Extension of PdfCopy that will attempt to keep a file in conformance with the PDF/A standard.
|
class |
PdfASmartCopy
PdfASmartCopy has the same functionality as PdfACopy, 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 |
PdfAStamperImp
Extension to PdfStamperImp that will attempt to keep a file in conformance with the PDF/A standard.
|
class |
PdfAWriter
Extension of PdfWriter that will attempt to create a PDF/A file instead of an ordinary PDF file.
|
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.
|
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 |
PdfDiv.process(ElementListener listener)
Processes the element by adding it (or the different parts) to an ElementListener .
|
boolean |
PdfBody.process(ElementListener listener) |
Modifier and Type | Method and Description |
---|---|
boolean |
VerticalPositionMark.process(ElementListener listener) |
Modifier and Type | Method and Description |
---|---|
boolean |
TableRowElement.process(ElementListener listener) |
Copyright © 2016. All rights reserved.