|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.actions.PdfAction
public abstract class PdfAction
Represents base class for all action types.
| Constructor Summary | |
|---|---|
protected |
PdfAction()
|
| Method Summary | |
|---|---|
PdfDictionary |
getDictionary()
Gets the dictionary. |
PdfAction |
getNextAction()
Gets the next action to be performed after the action represented by this instance. |
void |
setNextAction(PdfAction value)
Sets the next action to be performed after the action represented by this instance. |
| Constructor Detail |
|---|
protected PdfAction()
| Method Detail |
|---|
public PdfAction getNextAction()
public void setNextAction(PdfAction value)
public PdfDictionary getDictionary()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||