|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GoToEmbedded.PathElement | |
---|---|
org.pdfclown.documents.interaction.actions | Actions used to perform specific operations when triggered [PDF:1.6:8.5]. |
Uses of GoToEmbedded.PathElement in org.pdfclown.documents.interaction.actions |
---|
Methods in org.pdfclown.documents.interaction.actions that return GoToEmbedded.PathElement | |
---|---|
GoToEmbedded.PathElement |
GoToEmbedded.PathElement.clone(Document context)
|
GoToEmbedded.PathElement |
GoToEmbedded.getDestinationPath()
Gets the path information to the target document. |
GoToEmbedded.PathElement |
GoToEmbedded.PathElement.getNext()
Gets a further path information to the target document. |
Methods in org.pdfclown.documents.interaction.actions with parameters of type GoToEmbedded.PathElement | |
---|---|
void |
GoToEmbedded.setDestinationPath(GoToEmbedded.PathElement value)
|
void |
GoToEmbedded.PathElement.setNext(GoToEmbedded.PathElement value)
|
Constructors in org.pdfclown.documents.interaction.actions with parameters of type GoToEmbedded.PathElement | |
---|---|
GoToEmbedded.PathElement(Document context,
GoToEmbedded.PathElement next)
Creates a new path element representing the parent of the document. |
|
GoToEmbedded.PathElement(Document context,
Object annotationPageRef,
Object annotationRef,
GoToEmbedded.PathElement next)
Creates a new path element associated with a file attachment annotation. |
|
GoToEmbedded.PathElement(Document context,
String embeddedFileName,
GoToEmbedded.PathElement next)
Creates a new path element located in the embedded files collection of the 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. |
|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |