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

Detailed Description
Columns width and format.Class ColInfoRecord represents ColInfo record, which provides information (such as column width and formatting) for a span of columns.
Definition at line 841 of file excel.h.
Public Member Functions | |
| unsigned int | rtti () |
| ColInfoRecord () | |
| virtual | ~ColInfoRecord () |
| unsigned | xfIndex () const |
| void | setXfIndex (unsigned i) |
| unsigned | width () const |
| void | setWidth (unsigned w) |
| bool | hidden () const |
| void | setHidden (bool h) |
| bool | collapsed () const |
| void | setCollapsed (bool c) |
| unsigned | outlineLevel () const |
| void | setOutlineLevel (unsigned l) |
| 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
| ColInfoRecord::ColInfoRecord | ( | ) |
| ColInfoRecord::~ColInfoRecord | ( | ) | [virtual] |
Member Function Documentation
| unsigned ColInfoRecord::xfIndex | ( | ) | const |
| void ColInfoRecord::setXfIndex | ( | unsigned | i | ) |
| unsigned ColInfoRecord::width | ( | ) | const |
| void ColInfoRecord::setWidth | ( | unsigned | w | ) |
| bool ColInfoRecord::hidden | ( | ) | const |
| void ColInfoRecord::setHidden | ( | bool | h | ) |
| bool ColInfoRecord::collapsed | ( | ) | const |
| void ColInfoRecord::setCollapsed | ( | bool | c | ) |
| unsigned ColInfoRecord::outlineLevel | ( | ) | const |
Returns the outline level of the columns.
If it is 0, then the columns are not outlined.
- See also:
- setOutlineLevel
| void ColInfoRecord::setOutlineLevel | ( | unsigned | l | ) |
Sets the outline level of the columns.
If it is 0, then the columns are not outlined.
- See also:
- outlineLevel
| void ColInfoRecord::setData | ( | unsigned | size, | |
| const unsigned char * | data | |||
| ) | [virtual] |
| virtual const char* Swinder::ColInfoRecord::name | ( | ) | [inline, virtual] |
| void ColInfoRecord::dump | ( | std::ostream & | out | ) | const [virtual] |
Member Data Documentation
const unsigned int ColInfoRecord::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:

