|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDDestination
org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDNamedDestination
public class 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(java.lang.String dest)
Default constructor. |
Method Summary | |
---|---|
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
java.lang.String |
getNamedDestination()
This will get the name of the destination. |
void |
setNamedDestination(java.lang.String dest)
Set the named destination. |
Methods inherited from class org.apache.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(java.lang.String dest)
dest
- The named destination.Method Detail |
---|
public COSBase getCOSObject()
public java.lang.String getNamedDestination()
public void setNamedDestination(java.lang.String dest) throws java.io.IOException
dest
- The new named destination.
java.io.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 |