COSObjectable
public class PDAppearanceEntry extends java.lang.Object implements COSObjectable
Constructor | Description |
---|---|
PDAppearanceEntry(COSBase entry) |
Constructor for reading.
|
Modifier and Type | Method | Description |
---|---|---|
PDAppearanceStream |
getAppearanceStream() |
Returns the entry as an appearance stream.
|
COSBase |
getCOSObject() |
Convert this standard java object to a COS object.
|
java.util.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()
COSObjectable
getCOSObject
in interface COSObjectable
public boolean isSubDictionary()
public boolean isStream()
public PDAppearanceStream getAppearanceStream()
java.lang.IllegalStateException
- if this entry is not an appearance streampublic java.util.Map<COSName,PDAppearanceStream> getSubDictionary()
java.lang.IllegalStateException
- if this entry is not an appearance subdictionaryCopyright © 2002–2018. All rights reserved.