public class PDAppearanceEntry extends Object implements COSObjectable
| Constructor and Description | 
|---|
| PDAppearanceEntry(COSBase entry)Constructor for reading. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDAppearanceStream | getAppearanceStream()Returns the entry as an appearance stream. | 
| COSBase | getCOSObject()Convert this standard java object to a COS object. | 
| 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()
COSObjectablegetCOSObject in interface COSObjectablepublic 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 © 2002–2017 The Apache Software Foundation. All rights reserved.