node-pdfutils
Public Member Functions | Protected Member Functions | List of all members
PdfController Class Referenceabstract

Class representation of a PDF-Controller. More...

#include <PdfController.h>

Inheritance diagram for PdfController:
PdfDocumentController PdfPageController

Public Member Functions

virtual void toJs ()=0
 writes state of this object to a JS-Object
 
virtual void fromJs ()=0
 reads state of this object from a JS-Object
 
PdfEngineengine ()
 engine which is used for this document
 
void setEngine (PdfEngine *engine)
 sets engine which is used for this document
 

Protected Member Functions

 PdfController ()
 Constructor for v8.
 
void set (v8::Handle< v8::Object > obj, const char key[], const char *value)
 
void set (v8::Handle< v8::Object > obj, const char key[], const int value)
 
void set (v8::Handle< v8::Object > obj, const char key[], const double value)
 
void set (v8::Handle< v8::Object > obj, const char key[], const bool value)
 

Detailed Description

Class representation of a PDF-Controller.

This class should be filled from a PDFEngine


The documentation for this class was generated from the following files: