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
void PoDoFo::PdfAction::SetURI |
( |
const PdfString & |
sUri |
) |
|
Set the URI of an ePdfAction_URI
- Parameters:
-
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
EPdfAction PoDoFo::PdfAction::GetType |
( |
|
) |
const [inline] |
Get the type of this action
- Returns:
- the type of this action
void PoDoFo::PdfAction::AddToDictionary |
( |
PdfDictionary & |
dictionary |
) |
const |
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.
- Parameters:
-
| dictionary | the action will be added to this dictionary |