#include <PdfAction.h>
Inheritance diagram for PoDoFo::PdfAction:
Public Member Functions | |
PdfAction (EPdfAction eAction, PdfVecObjects *pParent) | |
PdfAction (EPdfAction eAction, PdfDocument *pParent) | |
PdfAction (PdfObject *pObject) | |
void | SetURI (const PdfString &sUri) |
PdfString | GetURI () const |
bool | HasURI () const |
EPdfAction | GetType () const |
void | AddToDictionary (PdfDictionary &dictionary) const |
|
Create a new PdfAction object
|
|
Create a new PdfAction object
|
|
|
Adds this action to an dictionary. This method handles the all the complexities of making sure it's added correctly If this action is empty. Nothing will be added.
|
|
Get the type of this action
|
|
Get the URI of an ePdfAction_URI
|
|
|
|
Set the URI of an ePdfAction_URI
|