public class PDDocumentNameDestinationDictionary extends Object implements COSObjectable
Constructor and Description |
---|
PDDocumentNameDestinationDictionary(COSDictionary dict)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
COSDictionary |
getCOSObject()
Convert this standard java object to a COS object.
|
PDDestination |
getDestination(String name)
Returns the destination corresponding to the parameter.
|
public PDDocumentNameDestinationDictionary(COSDictionary dict)
dict
- The dictionary of names and corresponding destinations.public COSDictionary getCOSObject()
getCOSObject
in interface COSObjectable
public PDDestination getDestination(String name) throws IOException
name
- The destination name.IOException
- if something goes wrong when creating the destination object.Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.