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 | Description |
---|---|---|
Writable |
ProcessObject.poll() |
Modifier and Type | Method | Description |
---|---|---|
void |
ElementHandler.add(Writable w) |
Receive a Writable.
|
void |
ElementList.add(Writable w) |
|
void |
ProcessObject.add(Writable writable) |
Add a writable.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ProcessObject.addAll(java.util.List<Writable> elems) |
Adds a list of writable.
|
Modifier and Type | Class | Description |
---|---|---|
class |
WritableElement |
A WritableElement holds all elements that need to be added to a Document.
|
Copyright © 1998–2018. All rights reserved.