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