Package | Description |
---|---|
org.apache.pdfbox.pdmodel.interactive.annotation |
The annotation package contains classes that work with PDF annotation elements.
|
Modifier and Type | Method and Description |
---|---|
Map<String,PDAppearanceStream> |
PDAppearanceDictionary.getDownAppearance()
This will return a list of appearances.
|
Map<String,PDAppearanceStream> |
PDAppearanceDictionary.getNormalAppearance()
This will return a list of appearances.
|
Map<String,PDAppearanceStream> |
PDAppearanceDictionary.getRolloverAppearance()
This will return a list of appearances.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PDAppearanceDictionary.setDownAppearance(Map<String,PDAppearanceStream> appearanceMap)
This will set a list of appearances.
|
void |
PDAppearanceDictionary.setNormalAppearance(Map<String,PDAppearanceStream> appearanceMap)
This will set a list of appearances.
|
void |
PDAppearanceDictionary.setRolloverAppearance(Map<String,PDAppearanceStream> appearanceMap)
This will set a list of appearances.
|
Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.