| Package | Description |
|---|---|
| org.sejda.sambox.contentstream | |
| org.sejda.sambox.pdmodel | |
| org.sejda.sambox.pdmodel.interactive.annotation |
| Modifier and Type | Method and Description |
|---|---|
PDAppearanceStream |
PDFStreamEngine.getAppearance(PDAnnotation annotation)
Returns the appearance stream to process for the given annotation.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PDFStreamEngine.processAnnotation(PDAnnotation annotation,
PDAppearanceStream appearance)
Process the given annotation with the specified appearance stream.
|
| Constructor and Description |
|---|
PDAppearanceContentStream(PDAppearanceStream appearance)
Create a new appearance stream.
|
PDAppearanceContentStream(PDAppearanceStream appearance,
boolean compress)
Create a new appearance stream.
|
PDAppearanceContentStream(PDAppearanceStream appearance,
OutputStream outputStream)
Create a new appearance stream.
|
| Modifier and Type | Method and Description |
|---|---|
PDAppearanceStream |
PDAppearanceEntry.getAppearanceStream()
Returns the entry as an appearance stream.
|
PDAppearanceStream |
PDAnnotation.getNormalAppearanceStream()
Returns the appearance stream for this annotation, if any.
|
| Modifier and Type | Method and Description |
|---|---|
Map<COSName,PDAppearanceStream> |
PDAppearanceEntry.getSubDictionary()
Returns the entry as an appearance subdictionary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDAppearanceDictionary.setDownAppearance(PDAppearanceStream ap)
This will set the down appearance when there is down appearance to be shown.
|
void |
PDAppearanceDictionary.setNormalAppearance(PDAppearanceStream ap)
This will set the normal appearance when there is only one appearance to be shown.
|
void |
PDAppearanceDictionary.setRolloverAppearance(PDAppearanceStream ap)
This will set the rollover appearance when there is rollover appearance to be shown.
|
Copyright © 2020 sejda. All rights reserved.