| Package | Description |
|---|---|
| de.intarsys.pdf.content.common |
Some common implementations on PDF content stream.
|
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
static PDForm |
CSContentTools.getFormClipped(PDPage page,
double border)
Get a
PDForm containing all graphics artifacts on the page
(stemming from the content stream). |
| Modifier and Type | Method and Description |
|---|---|
PDForm |
PDAppearance.getAppearance(COSName key,
COSName state)
The
PDForm for state state. |
PDForm |
PDAppearance.getDownAppearance(COSName state) |
static PDForm |
PDAppearanceTools.getDownAppearance(PDAppearance appearance,
COSName state)
Given a PDAppearance, return the /D (down) appearance for the state
"state".
|
PDForm |
PDAppearance.getNormalAppearance(COSName state) |
static PDForm |
PDAppearanceTools.getNormalAppearance(PDAppearance appearance,
COSName state)
Given a PDAppearance, return the /N (normal) appearance for the state
"state".
|
PDForm |
PDAppearance.getRolloverAppearance(COSName state) |
static PDForm |
PDAppearanceTools.getRolloverAppearance(PDAppearance appearance,
COSName state)
Given a PDAppearance, return the /R (rollover) appearance for the state
"state".
|
| Modifier and Type | Method and Description |
|---|---|
List<PDForm> |
PDAppearance.getForms()
Collects all appearance forms within this annotation dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
static PDResources |
PDFormTools.getResources(PDForm form)
Get or create the PDResourceDict for the PDForm lazy.
|
void |
PDAppearance.setDownAppearance(COSName state,
PDForm form) |
void |
PDAppearance.setNormalAppearance(COSName state,
PDForm form) |
void |
PDAppearance.setRolloverAppearance(COSName state,
PDForm form) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.