public class PDNamedDestination extends PDDestination
| Constructor and Description | 
|---|
| PDNamedDestination()Default constructor. | 
| PDNamedDestination(COSName dest)Constructor. | 
| PDNamedDestination(COSString dest)Constructor. | 
| PDNamedDestination(String dest)Default constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| COSBase | getCOSObject()Convert this standard java object to a COS object. | 
| String | getNamedDestination()This will get the name of the destination. | 
| void | setNamedDestination(String dest)Set the named destination. | 
create, toStringpublic PDNamedDestination(COSString dest)
dest - The named destination.public PDNamedDestination(COSName dest)
dest - The named destination.public PDNamedDestination()
public PDNamedDestination(String dest)
dest - The named destination.public COSBase getCOSObject()
public String getNamedDestination()
public void setNamedDestination(String dest) throws IOException
dest - The new named destination.IOException - If there is an error setting the named destination.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.