it.stefanochizzolini.clown.documents.interaction.actions
Class GoToNonLocal<T extends Destination>
java.lang.Object
it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary>
it.stefanochizzolini.clown.documents.interaction.actions.Action
it.stefanochizzolini.clown.documents.interaction.actions.GoToDestination<T>
it.stefanochizzolini.clown.documents.interaction.actions.GoToNonLocal<T>
- All Implemented Interfaces:
- IGoToAction
- Direct Known Subclasses:
- GoToEmbedded, GoToRemote
public abstract class GoToNonLocal<T extends Destination>
- extends GoToDestination<T>
Abstract go-to-nonlocal-destination action.
- Since:
- 0.0.8
- Version:
- 0.0.8
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GoToNonLocal
protected GoToNonLocal(Document context,
PdfName actionType,
FileSpec fileSpec,
T destination)
GoToNonLocal
protected GoToNonLocal(PdfDirectObject baseObject,
PdfIndirectObject container)
getFileSpec
public FileSpec getFileSpec()
- Gets the file in which the destination is located.
setFileSpec
public void setFileSpec(FileSpec value)
- See Also:
getFileSpec()
Project home page
Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.