|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.pdmodel.interactive.documentnavigation.destination.PDDestination
org.pdfbox.pdmodel.interactive.documentnavigation.destination.PDNamedDestination
This represents a destination to a page by referencing it with a name.
Constructor Summary | |
PDNamedDestination()
Default constructor. |
|
PDNamedDestination(COSName dest)
Constructor. |
|
PDNamedDestination(COSString dest)
Constructor. |
|
PDNamedDestination(String dest)
Default constructor. |
Method Summary | |
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. |
Methods inherited from class org.pdfbox.pdmodel.interactive.documentnavigation.destination.PDDestination |
create, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public 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.Method Detail |
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |