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

Detailed Description
Class RightMarginRecord holds information about right margin.Definition at line 2179 of file excel.h.
Public Member Functions | |
| unsigned int | rtti () |
| RightMarginRecord () | |
| ~RightMarginRecord () | |
| double | rightMargin () const |
| void | setRightMargin (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 = 0x0027 |
Constructor & Destructor Documentation
| RightMarginRecord::RightMarginRecord | ( | ) |
| RightMarginRecord::~RightMarginRecord | ( | ) |
Member Function Documentation
| double RightMarginRecord::rightMargin | ( | ) | const |
| void RightMarginRecord::setRightMargin | ( | double | m | ) |
| void RightMarginRecord::setData | ( | unsigned | size, | |
| const unsigned char * | data | |||
| ) | [virtual] |
| virtual const char* Swinder::RightMarginRecord::name | ( | ) | [inline, virtual] |
| void RightMarginRecord::dump | ( | std::ostream & | out | ) | const [virtual] |
Member Data Documentation
const unsigned int RightMarginRecord::id = 0x0027 [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:

