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
void Libppt::DocumentAtom::dump | ( | std::ostream & | out | ) | const [virtual] |
const char* Libppt::DocumentAtom::name | ( | ) | [inline, virtual] |
Returns the name of the record.
For debugging only.
Reimplemented from Libppt::Record.
Definition at line 761 of file powerpoint.h.
void Libppt::DocumentAtom::setData | ( | unsigned | size, | |
const unsigned char * | data | |||
) | [virtual] |
Member Data Documentation
const unsigned int Libppt::DocumentAtom::id [static] |
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: