PDF Clown
0.1.2

org.pdfclown.documents.interaction
Interface ILink

All Known Implementing Classes:
Bookmark, Link

public interface ILink

Link.

Since:
0.0.8
Version:
0.1.2, 02/04/12
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Method Summary
 PdfObjectWrapper<?> getTarget()
          Gets the link target.
 void setTarget(PdfObjectWrapper<?> value)
           
 

Method Detail

getTarget

PdfObjectWrapper<?> getTarget()
Gets the link target.

Returns:
Either a Destination or an Action.

setTarget

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

PDF Clown
0.1.2

Project home page

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