Uses of Class
com.crionics.jpdf.destination.LocalPageDestination

Packages that use LocalPageDestination
com.crionics.jpdf.action Contains the implementation classes to define PDF Actions. 
com.crionics.jpdf.annotation Contains the implementation classes to define PDF #Annotations. 
com.crionics.jpdf.destination Contains the objects used to specify a specific page and its viewing configuration within in a PDF document. 
com.crionics.jpdf.outline Contains the implementation of the tools allowing the manipulation of outline (bookmarks). 
 

Uses of LocalPageDestination in com.crionics.jpdf.action
 

Methods in com.crionics.jpdf.action that return LocalPageDestination
 LocalPageDestination GotoAction.getDestination()
          Returns the destination currently registered with this action.
 

Methods in com.crionics.jpdf.action with parameters of type LocalPageDestination
 void GotoAction.setDestination(LocalPageDestination destination)
          Sets the destination currently to be registered with this action.
 

Uses of LocalPageDestination in com.crionics.jpdf.annotation
 

Methods in com.crionics.jpdf.annotation that return LocalPageDestination
 LocalPageDestination LinkAnnotation.getDestination()
          Returns the destination currently registered with this Link Annotation.
 

Methods in com.crionics.jpdf.annotation with parameters of type LocalPageDestination
 void LinkAnnotation.setDestination(LocalPageDestination destination)
          Sets the destination currently to be registered with this action.
 

Uses of LocalPageDestination in com.crionics.jpdf.destination
 

Methods in com.crionics.jpdf.destination that return LocalPageDestination
static LocalPageDestination LocalPageDestination.createInstance(PdfDocument doc)
          Allows the creation of a new Destination Object.
 

Uses of LocalPageDestination in com.crionics.jpdf.outline
 

Methods in com.crionics.jpdf.outline that return LocalPageDestination
 LocalPageDestination OutlineItemDestination.getDestination()
          Internal method used to determine if a page has been registered with the outline item or not.
 

Methods in com.crionics.jpdf.outline with parameters of type LocalPageDestination
 void OutlineItemDestination.setDestination(LocalPageDestination destination)
           
 



Copyright © 1999-2007 Crionics. All Rights Reserved.