org.apache.fop.pdf
Class PDFLink
- PDFWritable
class representing an /Annot object of /Subtype /Link
static int | EXTERNAL - Used to represent an external link.
|
static int | INTERNAL - Used to represent an internal link.
|
PDFLink(Rectangle2D r) - create objects associated with a link annotation (GoToR)
|
encode , encodeString , encodeText , formatDateTime , formatObject , getDocument , getDocumentSafely , getGeneration , getObjectID , getObjectNumber , hasObjectNumber , makeReference , output , referencePDF , setDocument , setObjectNumber , toInlinePDFString , toPDF , toPDFString |
EXTERNAL
public static final int EXTERNAL
Used to represent an external link.
INTERNAL
public static final int INTERNAL
Used to represent an internal link.
PDFLink
public PDFLink(Rectangle2D r)
create objects associated with a link annotation (GoToR)
r
- the rectangle of the link hotspot in absolute coordinates
equals
public boolean equals(Object obj)
Check if this equals another object.
obj
- the object to compare
- true if this equals other object
setAction
public void setAction(PDFAction action)
Set the pdf action for this link.
action
- the pdf action that is activated for this link
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.