Package | Description |
---|---|
com.itextpdf.tool.xml |
XMLWorker package provides a framework to parse XML to PDF with iText.
|
com.itextpdf.tool.xml.pipeline |
The pipeline package contains the pipeline implementations
|
Modifier and Type | Method and Description |
---|---|
Writable |
ProcessObject.poll() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessObject.add(Writable writable)
Add a writable.
|
void |
ElementList.add(Writable w) |
void |
ElementHandler.add(Writable w)
Receive a Writable.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessObject.addAll(List<Writable> elems)
Adds a list of writable.
|
Modifier and Type | Class and Description |
---|---|
class |
WritableElement
A WritableElement holds all elements that need to be added to a Document.
|
Copyright © 2016. All rights reserved.