PDF Clown
0.1.1

Uses of Class
org.pdfclown.objects.PdfNamedObjectWrapper

Packages that use PdfNamedObjectWrapper
org.pdfclown.documents.fileSpecs File specifications used to reference the contents of other (either external or embedded) files [PDF:1.6:3.10]. 
org.pdfclown.documents.interaction.actions Actions used to perform specific operations when triggered [PDF:1.6:8.5]. 
org.pdfclown.documents.interaction.navigation.document Features that allow a PDF viewer application to present the user with an interactive, global overview of a document [PDF:1.6:8.2]. 
 

Uses of PdfNamedObjectWrapper in org.pdfclown.documents.fileSpecs
 

Subclasses of PdfNamedObjectWrapper in org.pdfclown.documents.fileSpecs
 class FileSpec
          Reference to the contents of another file (file specification) [PDF:1.6:3.10.2].
 

Uses of PdfNamedObjectWrapper in org.pdfclown.documents.interaction.actions
 

Subclasses of PdfNamedObjectWrapper in org.pdfclown.documents.interaction.actions
 class Action
          Action to be performed by the viewer application [PDF:1.6:8.5].
 class DoTransition
          'Control drawing during a sequence of actions' action [PDF:1.6:8.5.3].
 class GoTo3dView
          'Change the view to a specified 3D annotation' action [PDF:1.6:8.5.3].
 class GoToDestination<T extends Destination>
          Abstract 'go to destination' action.
 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].
 class GoToFirstPage
          'Go to the first page of the document' action [PDF:1.6:8.5.3].
 class GoToLastPage
          'Go to the last page of the document' action [PDF:1.6:8.5.3].
 class GoToLocal
          'Change the view to a specified destination within the same PDF file' action [PDF:1.6:8.5.3].
 class GoToNextPage
          'Go to the next page of the document' action [PDF:1.6:8.5.3].
 class GoToNonLocal<T extends Destination>
          Abstract 'go to non-local destination' action.
 class GoToPreviousPage
          'Go to the previous page of the document' action [PDF:1.6:8.5.3].
 class GoToRemote
          'Change the view to a specified destination in another PDF file' action [PDF:1.6:8.5.3].
 class GoToThread
          'Jump to a specified bead on an article thread' action [PDF:1.6:8.5.3].
 class GoToURI
          'Cause a URI (Uniform Resource Identifier) to be resolved' action [PDF:1.6:8.5.3].
 class ImportData
          'Import FDF (Forms Data Format) data into the document's interactive form from a specified file' action [PDF:1.6:8.6.4].
 class JavaScript
          'Cause a script to be compiled and executed by the JavaScript interpreter' action [PDF:1.6:8.6.4].
 class Launch
          'Launch an application' action [PDF:1.6:8.5.3].
 class NamedAction
          Named action [PDF:1.6:8.5.3].
 class PlayMovie
          'Play a movie' action [PDF:1.6:8.5.3].
 class PlaySound
          'Play a sound' action [PDF:1.6:8.5.3].
 class Rendition
          'Control the playing of multimedia content' action [PDF:1.6:8.5.3].
 class ResetForm
          'Reset selected interactive form fields to their default values' action [PDF:1.6:8.6.4].
 class SetLayerState
          'Set the state of one or more optional content groups' action [PDF:1.6:8.5.3].
 class SubmitForm
          'Transmit the names and values of selected interactive form fields to a specified URL (Uniform Resource Locator)' action [PDF:1.6:8.6.4].
 class ToggleVisibility
          'Toggle the visibility of one or more annotations on the screen' action [PDF:1.6:8.5.3].
 

Uses of PdfNamedObjectWrapper in org.pdfclown.documents.interaction.navigation.document
 

Subclasses of PdfNamedObjectWrapper in org.pdfclown.documents.interaction.navigation.document
 class Destination
          Interaction target [PDF:1.6:8.2.1].
 class LocalDestination
          Local interaction target [PDF:1.6:8.2.1].
 class RemoteDestination
          Remote interaction target [PDF:1.6:8.2.1].
 


PDF Clown
0.1.1

Project home page

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