| Package | Description |
|---|---|
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
PDApplicationData |
PDForm.getApplicationData(COSName name) |
PDApplicationData |
PDPage.getApplicationData(String name)
The
PDApplicationData associated with name on the
page. |
PDApplicationData |
PDDocument.getApplicationData(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
PDForm.setApplicationData(COSName name,
PDApplicationData data) |
void |
PDPage.setApplicationData(String name,
PDApplicationData data)
Associate a
PDApplicationData instance with this using
name. |
void |
PDDocument.setApplicationData(String name,
PDApplicationData data) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.