|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.actions.PdfAction
com.spire.pdf.actions.PdfGoToAction
public class PdfGoToAction
Represents an action which goes to a destination in the current document.
| Constructor Summary | |
|---|---|
PdfGoToAction(PdfDestination destination)
Initializes a new instance of the class. |
|
PdfGoToAction(PdfNewPage page)
Initializes a new instance of the class. |
|
| Method Summary | |
|---|---|
PdfDestination |
getDestination()
Gets the destination. |
void |
setDestination(PdfDestination value)
Sets the destination. |
| Methods inherited from class com.spire.pdf.actions.PdfAction |
|---|
getDictionary, getNextAction, setNextAction |
| Constructor Detail |
|---|
public PdfGoToAction(PdfDestination destination)
destination - The destination to jump to.public PdfGoToAction(PdfNewPage page)
page - The page to jump to.| Method Detail |
|---|
public PdfDestination getDestination()
public void setDestination(PdfDestination value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||