Describes a single page.
More...
#include <PDFPrinterSupport.h>
|
| | Page (ResourceDictionary *r=NULL, Rectangle *mBox=NULL, Rectangle *cBox=NULL, unsigned long int objNum=0L, unsigned short int genNum=0, CrossReferenceTable *tab=NULL) |
| | Constructor. More...
|
| |
| | ~Page () |
| | Destructor. More...
|
| |
| void | AppendStream (PDFStream *s) |
| | Append a stream to the page. More...
|
| |
| | TypedDictionary (string t, unsigned long int objNum=0L, unsigned short int genNum=0, CrossReferenceTable *tab=NULL) |
| | Constructor. More...
|
| |
| | ~TypedDictionary () |
| | Destructor. More...
|
| |
| | Dictionary (unsigned long int objNum=0L, unsigned short int genNum=0, CrossReferenceTable *tab=NULL) |
| | Constructor. More...
|
| |
| virtual | ~Dictionary () |
| | Destructor. More...
|
| |
| virtual ostream & | WriteDirect (ostream &stream) const |
| | Write an object directly. More...
|
| |
| | IndirectObject (unsigned long int objNum=0L, unsigned short int genNum=0, CrossReferenceTable *tab=NULL) |
| | Constructor. More...
|
| |
| virtual | ~IndirectObject () |
| | Destructor. More...
|
| |
| ostream & | WriteObjectToFile (ostream &stream) |
| | Write an object indirectly. More...
|
| |
| ostream & | WriteIndirectReference (ostream &stream) const |
| | Write an object indirectly. More...
|
| |
| virtual ostream & | WriteDirect (ostream &stream) const =0 |
| | Write an object directly. More...
|
| |
| unsigned long int | ObjectNumber () const |
| | Return this object's object number. More...
|
| |
| unsigned short int | GenerationNumber () const |
| | Return this object's generation number. More...
|
| |
| streampos | FileOffset () const |
| | Return this object's file offset. More...
|
| |
| bool | HasOffset () const |
| | Does the object have a file offset? More...
|
| |
◆ Page()
Constructor.
Create a fresh Page object.
- Parameters
-
| r | Resource Dictionary. |
| mBox | Media box. |
| cBox | Crop box. |
| objNum | The next object number. |
| genNum | The generation number. |
| tab | The cross reference table we are in. |
References cropBox, mediaBox, parent, and resources.
◆ ~Page()
| FCFSupport::PDFFileStructures::Page::~Page |
( |
| ) |
|
|
inline |
◆ AppendStream()
| void FCFSupport::PDFFileStructures::Page::AppendStream |
( |
PDFStream * |
s | ) |
|
|
inline |
Append a stream to the page.
- Parameters
-
References contents.
◆ WriteDictionaryElements()
| virtual ostream & FCFSupport::PDFFileStructures::Page::WriteDictionaryElements |
( |
ostream & |
stream | ) |
const |
|
protectedvirtual |
◆ PageTree
◆ contents
◆ cropBox
| Rectangle* FCFSupport::PDFFileStructures::Page::cropBox |
|
private |
This page's crop box.
Referenced by Page().
◆ mediaBox
| Rectangle* FCFSupport::PDFFileStructures::Page::mediaBox |
|
private |
This page's media box.
Referenced by Page().
◆ parent
| PageTree* FCFSupport::PDFFileStructures::Page::parent |
|
private |
◆ resources
The page's resources.
Referenced by Page().