fop 0.93

org.apache.fop.pdf
Class PDFInternalLink

java.lang.Object
  extended byorg.apache.fop.pdf.PDFObject
      extended byorg.apache.fop.pdf.PDFAction
          extended byorg.apache.fop.pdf.PDFInternalLink

public class PDFInternalLink
extends PDFAction

class used to create a PDF internal link


Field Summary
 
Fields inherited from class org.apache.fop.pdf.PDFObject
DATE_FORMAT, log
 
Constructor Summary
PDFInternalLink(java.lang.String goToReference)
          create an internal link instance.
 
Method Summary
 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.
 
Methods inherited from class org.apache.fop.pdf.PDFObject
encode, encodeString, encodeText, formatDateTime, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, hasObjectNumber, output, referencePDF, setDocument, setObjectNumber, toPDF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFInternalLink

public PDFInternalLink(java.lang.String goToReference)
create an internal link instance.

Parameters:
goToReference - the GoTo Reference to which the link should point
Method Detail

getAction

public java.lang.String getAction()
returns the action ncecessary for an internal link

Specified by:
getAction in class PDFAction
Returns:
the action to place next to /A within a Link

toPDFString

protected java.lang.String toPDFString()
Description copied from class: PDFObject
This method returns a String representation of the PDF object. The result is normally converted/encoded to a byte array by toPDF(). Only use this method to implement the serialization if the object can be fully represented as text. If the PDF representation of the object contains binary content use toPDF() or output(OutputStream) instead.

Overrides:
toPDFString in class PDFObject
Returns:
String the String representation
See Also:
PDFObject.toPDFString()

fop 0.93

Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.