|
PDF Clown 0.0.8 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileSpec | |
|---|---|
| it.stefanochizzolini.clown.documents | Document-level objects [PDF:1.6:3.6]. |
| it.stefanochizzolini.clown.documents.fileSpecs | File specifications used to reference the contents of other (either external or embedded) files [PDF:1.6:3.10]. |
| it.stefanochizzolini.clown.documents.interaction.actions | Actions used to perform specific operations when triggered [PDF:1.6:8.5]. |
| it.stefanochizzolini.clown.documents.interaction.annotations | Annotations used to associate an object such as a note, sound, or movie with a location on a page of a PDF document, or to provide a way to interact with the user by means of the mouse and keyboard [PDF:1.6:8.4]. |
| it.stefanochizzolini.clown.documents.multimedia | Features that allow a user to embed and play multimedia content within a PDF document [PDF:1.6:9]. |
| Uses of FileSpec in it.stefanochizzolini.clown.documents |
|---|
| Methods in it.stefanochizzolini.clown.documents that return FileSpec | |
|---|---|
protected FileSpec |
NamedEmbeddedFiles.wrap(PdfDirectObject baseObject,
PdfIndirectObject container,
PdfString name)
|
| Uses of FileSpec in it.stefanochizzolini.clown.documents.fileSpecs |
|---|
| Methods in it.stefanochizzolini.clown.documents.fileSpecs that return FileSpec | |
|---|---|
FileSpec |
FileSpec.clone(Document context)
|
| Uses of FileSpec in it.stefanochizzolini.clown.documents.interaction.actions |
|---|
| Methods in it.stefanochizzolini.clown.documents.interaction.actions that return FileSpec | |
|---|---|
FileSpec |
GoToNonLocal.getFileSpec()
Gets the file in which the destination is located. |
FileSpec |
Launch.getFileSpec()
Gets the application to be launched or the document to be opened or printed. |
| Methods in it.stefanochizzolini.clown.documents.interaction.actions with parameters of type FileSpec | |
|---|---|
void |
GoToNonLocal.setFileSpec(FileSpec value)
|
void |
Launch.setFileSpec(FileSpec value)
|
void |
GoToRemote.setFileSpec(FileSpec value)
|
| Constructors in it.stefanochizzolini.clown.documents.interaction.actions with parameters of type FileSpec | |
|---|---|
GoToEmbedded(Document context,
FileSpec fileSpec,
Destination destination)
Creates a new embedded-goto action within the given document context, pointing to a destination within another document. |
|
GoToEmbedded(Document context,
FileSpec fileSpec,
GoToEmbedded.TargetObject target,
Destination destination)
Creates a new embedded-goto action within the given document context. |
|
GoToNonLocal(Document context,
PdfName actionType,
FileSpec fileSpec,
T destination)
|
|
GoToRemote(Document context,
FileSpec fileSpec,
RemoteDestination destination)
Creates a new action within the given document context. |
|
| Uses of FileSpec in it.stefanochizzolini.clown.documents.interaction.annotations |
|---|
| Methods in it.stefanochizzolini.clown.documents.interaction.annotations that return FileSpec | |
|---|---|
FileSpec |
FileAttachment.getFileSpec()
Gets the file associated with this annotation. |
| Methods in it.stefanochizzolini.clown.documents.interaction.annotations with parameters of type FileSpec | |
|---|---|
void |
FileAttachment.setFileSpec(FileSpec value)
|
| Constructors in it.stefanochizzolini.clown.documents.interaction.annotations with parameters of type FileSpec | |
|---|---|
FileAttachment(Page page,
Rectangle2D box,
FileSpec fileSpec)
|
|
| Uses of FileSpec in it.stefanochizzolini.clown.documents.multimedia |
|---|
| Methods in it.stefanochizzolini.clown.documents.multimedia that return FileSpec | |
|---|---|
FileSpec |
Movie.getFileSpec()
Gets the file associated with this movie. |
| Methods in it.stefanochizzolini.clown.documents.multimedia with parameters of type FileSpec | |
|---|---|
void |
Movie.setFileSpec(FileSpec value)
|
| Constructors in it.stefanochizzolini.clown.documents.multimedia with parameters of type FileSpec | |
|---|---|
Movie(Document context,
FileSpec fileSpec)
Creates a new movie within the given document context. |
|
|
PDF Clown 0.0.8 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||