public class PDFInternalLink extends PDFAction
Constructor and Description |
---|
PDFInternalLink(java.lang.String goToReference)
create an internal link instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAction()
returns the action ncecessary for an internal link
|
protected java.lang.String |
toPDFString()
This method returns a String representation of the PDF object.
|
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, output, outputInline, referencePDF, setDocument, setObjectNumber, setParent, toPDF
public PDFInternalLink(java.lang.String goToReference)
goToReference
- the GoTo Reference to which the link should pointpublic java.lang.String getAction()
protected java.lang.String toPDFString()
toPDFString
in class PDFObject
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.