| Modifier and Type | Method and Description |
|---|---|
void |
PDFStreamEngine.showForm(PDFormXObject form)
Shows a form from the content stream.
|
| Modifier and Type | Method and Description |
|---|---|
COSName |
PDResources.add(PDFormXObject form)
Adds the given form to the resources of the current page and returns the name for the new resources.
|
void |
PDPageContentStream.drawForm(PDFormXObject form)
Draws the given Form XObject at the current location.
|
void |
PDPageContentStream.drawImage(PDFormXObject image,
float x,
float y) |
void |
PDPageContentStream.drawImage(PDFormXObject image,
float x,
float y,
float width,
float height) |
void |
PDPageContentStream.drawImage(PDFormXObject image,
Matrix matrix,
PDExtendedGraphicsState state) |
| Constructor and Description |
|---|
PDPageContentStream(PDDocument doc,
PDFormXObject appearance)
Create a new appearance stream.
|
PDPageContentStream(PDDocument doc,
PDFormXObject appearance,
ContentStreamWriter writer)
Create a new appearance stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDTransparencyGroup
A transparency group.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDAppearanceStream
An appearance stream is a form XObject, a self-contained content stream that shall be rendered inside the annotation
rectangle.
|
| Modifier and Type | Method and Description |
|---|---|
PDFormXObject |
PDAppearanceCharacteristicsDictionary.getAlternateIcon()
This will retrieve the alternate icon.
|
PDFormXObject |
PDAppearanceCharacteristicsDictionary.getNormalIcon()
This will retrieve the normal icon.
|
PDFormXObject |
PDAppearanceCharacteristicsDictionary.getRolloverIcon()
This will retrieve the rollover icon.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageDrawer.showForm(PDFormXObject form)
Shows a form from the content stream.
|
Copyright © 2019 sejda. All rights reserved.