#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 |
PoDoFo::PdfAction::PdfAction | ( | EPdfAction | eAction, | |
PdfVecObjects * | pParent | |||
) |
Create a new PdfAction object
eAction | type of this action | |
pParent | parent of this action |
PoDoFo::PdfAction::PdfAction | ( | EPdfAction | eAction, | |
PdfDocument * | pParent | |||
) |
Create a new PdfAction object
eAction | type of this action | |
pParent | parent of this action |
PoDoFo::PdfAction::PdfAction | ( | PdfObject * | pObject | ) |
EPdfAction PoDoFo::PdfAction::GetType | ( | ) | const [inline] |
Get the type of this action
PdfString PoDoFo::PdfAction::GetURI | ( | ) | const |
Get the URI of an ePdfAction_URI
bool PoDoFo::PdfAction::HasURI | ( | ) | const |
void PoDoFo::PdfAction::SetURI | ( | const PdfString & | sUri | ) |
Set the URI of an ePdfAction_URI
sUri | must be a correct URI as PdfString |