public class PDAppearanceEntry extends Object implements COSObjectable
| Constructor and Description |
|---|
PDAppearanceEntry(COSBase entry) |
| Modifier and Type | Method and Description |
|---|---|
PDAppearanceStream |
getAppearanceStream()
Returns the entry as an appearance stream.
|
COSBase |
getCOSObject() |
Map<COSName,PDAppearanceStream> |
getSubDictionary()
Returns the entry as an appearance subdictionary.
|
boolean |
isStream()
Returns true if this entry is an appearance stream.
|
boolean |
isSubDictionary()
Returns true if this entry is an appearance subdictionary.
|
public PDAppearanceEntry(COSBase entry)
entry - public COSBase getCOSObject()
getCOSObject in interface COSObjectableCOSBase that matches this Java object.public boolean isSubDictionary()
public boolean isStream()
public PDAppearanceStream getAppearanceStream()
IllegalStateException - if this entry is not an appearance streampublic Map<COSName,PDAppearanceStream> getSubDictionary()
IllegalStateException - if this entry is not an appearance subdictionaryCopyright © 2020 sejda. All rights reserved.