|
|||||||||
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.PdfNamedAction
public class PdfNamedAction
Represents an action which perfoms the named action.
Constructor Summary | |
---|---|
PdfNamedAction(PdfActionDestination destination)
Initializes a new instance of the class. |
Method Summary | |
---|---|
PdfActionDestination |
getDestination()
Gets the destination. |
void |
setDestination(PdfActionDestination value)
Sets the destination. |
Methods inherited from class com.spire.pdf.actions.PdfAction |
---|
getDictionary, getNextAction, setNextAction |
Constructor Detail |
---|
public PdfNamedAction(PdfActionDestination destination)
destination
- The object representing destination of an action.Method Detail |
---|
public PdfActionDestination getDestination()
public void setDestination(PdfActionDestination value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |