DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class Destination

java.lang.Object
  extended by com.cete.dynamicpdf.Action
      extended by com.cete.dynamicpdf.Destination
Direct Known Subclasses:
XYDestination, ZoomDestination

public abstract class Destination
extends Action

Class provides the base class from which destinations are derived.

Licensing:
This class is a DynamicPDF Generator Professional Edition feature. One of the following licenses is required for non-evaluation usage:


Field Summary
 
Fields inherited from class com.cete.dynamicpdf.Action
text_A, text_Next, text_S, text_Type
 
Constructor Summary
protected Destination(int pageNumber)
          Initializes a new instance of the Destination class.
 
Method Summary
 int getPageNumber()
          Gets the page number targeted by the destination.
 void setPageNumber(int value)
          Sets the page number targeted by the destination.
 
Methods inherited from class com.cete.dynamicpdf.Action
draw
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Destination

protected Destination(int pageNumber)
Initializes a new instance of the Destination class.

Parameters:
pageNumber - Page number targeted by the destination.
See Also:
Destination
Method Detail

setPageNumber

public void setPageNumber(int value)
Sets the page number targeted by the destination.

Parameters:
value - the page number targeted by the destination.

getPageNumber

public int getPageNumber()
Gets the page number targeted by the destination.

Returns:
the page number targeted by the destination.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software