|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfclown.objects.PdfObjectWrapper<PdfDictionary>
org.pdfclown.documents.interaction.actions.Action
org.pdfclown.documents.interaction.actions.GoToDestination<T>
org.pdfclown.documents.interaction.actions.GoToNonLocal<Destination>
org.pdfclown.documents.interaction.actions.GoToEmbedded
@PDF(value=PDF11) public final class GoToEmbedded
'Change the view to a specified destination in a PDF file embedded in another PDF file' action [PDF:1.6:8.5.3].
Nested Class Summary | |
---|---|
static class |
GoToEmbedded.PathElement
Path information to the target document [PDF:1.6:8.5.3]. |
Constructor Summary | |
---|---|
GoToEmbedded(Document context,
FileSpecification<?> destinationFile,
Destination destination)
Creates a new instance within the specified document context, pointing to a destination within another document. |
|
GoToEmbedded(Document context,
FileSpecification<?> destinationFile,
GoToEmbedded.PathElement destinationPath,
Destination destination)
Creates a new instance within the specified document context. |
|
GoToEmbedded(Document context,
GoToEmbedded.PathElement destinationPath,
Destination destination)
Creates a new instance within the specified document context, pointing to a destination within an embedded document. |
Method Summary | |
---|---|
GoToEmbedded |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
GoToEmbedded.PathElement |
getDestinationPath()
Gets the path information to the target document. |
void |
setDestinationPath(GoToEmbedded.PathElement value)
|
Methods inherited from class org.pdfclown.documents.interaction.actions.GoToNonLocal |
---|
getDestinationFile, getOptions, setDestinationFile, setOptions |
Methods inherited from class org.pdfclown.documents.interaction.actions.GoToDestination |
---|
getDestination, setDestination |
Methods inherited from class org.pdfclown.documents.interaction.actions.Action |
---|
getActions, setActions, wrap |
Methods inherited from class org.pdfclown.objects.PdfObjectWrapper |
---|
checkCompatibility, delete, equals, exists, getBaseDataObject, getBaseObject, getBaseObject, getContainer, getDataContainer, getDocument, getFile, getMetadata, retrieveName, retrieveNamedBaseObject, setBaseObject, setMetadata |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GoToEmbedded(Document context, GoToEmbedded.PathElement destinationPath, Destination destination)
context
- Document context.destinationPath
- Path information to the target document within the destination file.destination
- Destination within the target document.public GoToEmbedded(Document context, FileSpecification<?> destinationFile, Destination destination)
context
- Document context.destinationFile
- File in which the destination is located.destination
- Destination within the target document.public GoToEmbedded(Document context, FileSpecification<?> destinationFile, GoToEmbedded.PathElement destinationPath, Destination destination)
context
- Document context.destinationFile
- File in which the destination is located.destinationPath
- Path information to the target document within the destination file.destination
- Destination within the target document.Method Detail |
---|
public GoToEmbedded clone(Document context)
PdfObjectWrapper
clone
in class Action
context
- Which document the clone has to be registered in.public GoToEmbedded.PathElement getDestinationPath()
public void setDestinationPath(GoToEmbedded.PathElement value)
getDestinationPath()
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |