PoDoFo::PdfAction Class Reference
#include <PdfAction.h>
List of all members.
Detailed Description
An action that can be performed in a PDF document
Constructor & Destructor Documentation
Create a new PdfAction object
- Parameters:
-
| eAction | type of this action |
| pParent | parent of this action |
Create a new PdfAction object
- Parameters:
-
| eAction | type of this action |
| pParent | parent of this action |
PoDoFo::PdfAction::PdfAction |
( |
PdfObject * |
pObject |
) |
|
Member Function Documentation
EPdfAction PoDoFo::PdfAction::GetType |
( |
|
) |
const [inline] |
Get the type of this action
- Returns:
- the type of this action
PdfString PoDoFo::PdfAction::GetURI |
( |
|
) |
const |
Get the URI of an ePdfAction_URI
- Returns:
- an URI
bool PoDoFo::PdfAction::HasURI |
( |
|
) |
const |
- Returns:
- true if this action has an URI
void PoDoFo::PdfAction::SetURI |
( |
const PdfString & |
sUri |
) |
|
Set the URI of an ePdfAction_URI
- Parameters:
-