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 834 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
|
Creates a new ColInfo record.
|
|
Destroys the record.
|
Member Function Documentation
|
Returns true if the columns should be collapsed.
|
|
Dumps record information to output stream. For debugging only. Reimplemented from Swinder::Record. |
|
Returns true if the columns should be hidden, i.e not visible.
|
|
Returns the name of the record. For debugging only. Reimplemented from Swinder::Record. |
|
Returns the outline level of the columns. If it is 0, then the columns are not outlined.
|
|
Sets whether columns should be collapsed or not.
|
|
Sets the data for this record.
Reimplemented from Swinder::Record. |
|
Sets whether columns should be hidden or visible.
|
|
Sets the outline level of the columns. If it is 0, then the columns are not outlined.
|
|
Sets the width of the column(s), specified in 1/256 of a character width. The exact width (in pt or inch) could only be calculated given the base character width for the column format.
|
|
Sets the XF index for the formatting of the column(s).
|
|
Returns the width of the column(s), specified in 1/256 of a character width. The exact width (in pt or inch) could only be calculated given the base character width for the column format.
|
|
Returns the XF index for the formatting of the column(s).
|
Member Data Documentation
|
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 file: