filters
Swinder::BottomMarginRecord Class Reference
#include <excel.h>
Inheritance diagram for Swinder::BottomMarginRecord:

Detailed Description
Bottom margin.Class BottomMarginRecord holds information about bottom margin (in inches).
Definition at line 632 of file excel.h.
Public Member Functions | |
| unsigned int | rtti () |
| BottomMarginRecord () | |
| ~BottomMarginRecord () | |
| double | bottomMargin () const |
| void | setBottomMargin (double m) |
| virtual void | setData (unsigned size, const unsigned char *data) |
| virtual const char * | name () |
| virtual void | dump (std::ostream &out) const |
Static Public Attributes | |
| static const unsigned int | id |
Constructor & Destructor Documentation
| BottomMarginRecord::BottomMarginRecord | ( | ) |
| BottomMarginRecord::~BottomMarginRecord | ( | ) |
Member Function Documentation
| double BottomMarginRecord::bottomMargin | ( | ) | const |
| void BottomMarginRecord::setBottomMargin | ( | double | m | ) |
| void BottomMarginRecord::setData | ( | unsigned | size, | |
| const unsigned char * | data | |||
| ) | [virtual] |
| virtual const char* Swinder::BottomMarginRecord::name | ( | ) | [inline, virtual] |
| void BottomMarginRecord::dump | ( | std::ostream & | out | ) | const [virtual] |
Member Data Documentation
const unsigned int BottomMarginRecord::id [static] |
Static ID of the record.
Subclasses should override this value with the id of the record they handle.
Reimplemented from Swinder::Record.
The documentation for this class was generated from the following files:

