filters
Libppt::DocumentAtom Class Reference
Inheritance diagram for Libppt::DocumentAtom:

Detailed Description
Definition at line 716 of file powerpoint.h.
Public Member Functions | |
int | slideWidth () const |
void | setSlideWidth (int w) |
int | slideHeight () const |
void | setSlideHeight (int h) |
int | notesWidth () const |
void | setNotesWidth (int nw) |
int | notesHeight () const |
void | setNotesHeight (int nh) |
int | zoomNumer () const |
void | setZoomNumer (int numer) |
int | zoomDenom () const |
void | setZoomDenom (int denom) |
int | notesMasterPersist () const |
void | setNotesMasterPersist (int notesMasterPersist) |
int | handoutMasterPersist () const |
void | setHandoutMasterPersist (int handoutMasterPersist) |
int | firstSlideNum () const |
void | setFirstSlideNum (int firstSlideNum) |
int | slideSizeType () const |
void | setSlideSizeType (int slideSizeType) |
int | saveWithFonts () const |
void | setSaveWithFonts (int saveWithFonts) |
int | omitTitlePlace () const |
void | setOmitTitlePlace (int omitTitlePlace) |
int | rightToLeft () const |
void | setRightToLeft (int rightToLeft) |
int | showComments () const |
void | setShowComments (int showComments) |
void | setData (unsigned size, const unsigned char *data) |
const char * | name () |
void | dump (std::ostream &out) const |
Static Public Attributes | |
static const unsigned int | id |
Member Function Documentation
|
Dumps record information to output stream. For debugging only. Reimplemented from Libppt::Record. |
|
Returns the name of the record. For debugging only. Reimplemented from Libppt::Record. Definition at line 761 of file powerpoint.h. |
|
Sets the data for this record.
Reimplemented from Libppt::Record. |
Member Data Documentation
|
Static ID of the record. Subclasses should override this value with the id of the record they handle. Reimplemented from Libppt::Record. Definition at line 719 of file powerpoint.h. |
The documentation for this class was generated from the following file: