PDF Clown
0.0.8

it.stefanochizzolini.clown.documents.interaction
Interface ILink

All Known Implementing Classes:
Bookmark, Link

public interface ILink

Link.

Since:
0.0.8
Version:
0.0.8
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Method Summary
 Action getAction()
          Gets the action to be performed when the link is activated.
 Destination getDestination()
          Gets the destination to jump to when the link is activated.
 PdfObjectWrapper<?> getTarget()
          Gets the link target (either a Destination or an Action).
 void setAction(Action value)
           
 void setDestination(Destination value)
           
 void setTarget(PdfObjectWrapper<?> value)
           
 

Method Detail

getAction

Action getAction()
Gets the action to be performed when the link is activated.


getDestination

Destination getDestination()
Gets the destination to jump to when the link is activated.


getTarget

PdfObjectWrapper<?> getTarget()
Gets the link target (either a Destination or an Action).


setAction

void setAction(Action value)
See Also:
getAction()

setDestination

void setDestination(Destination value)
See Also:
getDestination()

setTarget

void setTarget(PdfObjectWrapper<?> value)
See Also:
getTarget()

PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.