#include <PdfContents.h>
Public Member Functions | |
PdfContents (PdfVecObjects *pParent) | |
PdfContents (PdfObject *inObj) | |
virtual | ~PdfContents () |
virtual PdfObject * | GetContents () const |
virtual PdfObject * | GetContentsForAppending () const |
PoDoFo::PdfContents::PdfContents | ( | PdfVecObjects * | pParent | ) |
Construct a new/empty set of contents in the owning objects
PoDoFo::PdfContents::PdfContents | ( | PdfObject * | inObj | ) |
Construct the contents from an existing PdfObject
virtual PoDoFo::PdfContents::~PdfContents | ( | ) | [inline, virtual] |
Virtual destructor - because ALL destructors should be...
virtual PdfObject* PoDoFo::PdfContents::GetContents | ( | ) | const [inline, virtual] |
Get access to the raw contents object. It will either be a PdfStream or a PdfArray
PdfObject * PoDoFo::PdfContents::GetContentsForAppending | ( | ) | const [virtual] |
Get access to an object into which you can add contents at the end of the "stream".