|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.Action com.cete.dynamicpdf.Destination
public abstract class Destination
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 |
---|
protected Destination(int pageNumber)
Destination
class.
pageNumber
- Page number targeted by the destination.Destination
Method Detail |
---|
public void setPageNumber(int value)
value
- the page number targeted by the destination.public int getPageNumber()
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |