Package com.evopdf
Class ExplicitDestination
java.lang.Object
com.evopdf.ExplicitDestination
Represents a destination in the PDF document for links, bookmarks and other
 interactive PDF features
- 
Constructor SummaryConstructorsConstructorDescriptionExplicitDestination(PdfPage page) Constructs a destination to the specified pageExplicitDestination(PdfPage page, PointFloat point) Constructs a destination to the specified location in the specified pageExplicitDestination(PdfPage page, PointFloat point, DestinationViewMode viewMode) Constructs a destination to the specified location in the specified page and with the specified view mode of the destination page
- 
Method SummaryModifier and TypeMethodDescriptiondestPage()Gets the destination pagepoint()Gets the destination point in destination pagevoidsetViewMode(DestinationViewMode viewMode) Set the view mode of the destination pagevoidsetZoomPercentage(int zoomPercentage) Sets the zoom percentage of the destination page when viewed in the viewer and the view mode is XYZ (for example a 100 value will not zoom the page)viewMode()Gets the view mode of the destination pageintGets the zoom percentage of the destination page when viewed in the viewer and the view mode is XYZ (for example a 100 value will not zoom the page)
- 
Constructor Details- 
ExplicitDestinationConstructs a destination to the specified page- Parameters:
- page- the destination page
 
- 
ExplicitDestinationConstructs a destination to the specified location in the specified page- Parameters:
- page- the destination page
- point- the destination point in page
 
- 
ExplicitDestinationConstructs a destination to the specified location in the specified page and with the specified view mode of the destination page- Parameters:
- page- the destination page
- point- the destination point in page
- viewMode- the destination view mode
 
 
- 
- 
Method Details- 
pointGets the destination point in destination page- Returns:
- the destination point in destination page
 
- 
zoomPercentagepublic int zoomPercentage()Gets the zoom percentage of the destination page when viewed in the viewer and the view mode is XYZ (for example a 100 value will not zoom the page)- Returns:
- the zoom percentage
 
- 
setZoomPercentagepublic void setZoomPercentage(int zoomPercentage) Sets the zoom percentage of the destination page when viewed in the viewer and the view mode is XYZ (for example a 100 value will not zoom the page)- Parameters:
- zoomPercentage- the zoom percentage to set
 
- 
destPageGets the destination page- Returns:
- the destination page
 
- 
viewModeGets the view mode of the destination page- Returns:
- the view mode of the destination page
 
- 
setViewModeSet the view mode of the destination page- Parameters:
- viewMode- the view mode of the destination page to set
 
 
-