Swinder::RowRecord Class Reference
#include <excel.h>
List of all members.
Detailed Description
Class
RowRecord represents
Row record, which provides information (such as row height and formatting) for a span of columns.
Definition at line 2316 of file excel.h.
|
Public Member Functions |
unsigned int | rtti () |
| RowRecord () |
virtual | ~RowRecord () |
unsigned | row () const |
void | setRow (unsigned r) |
unsigned | xfIndex () const |
void | setXfIndex (unsigned i) |
unsigned | height () const |
void | setHeight (unsigned h) |
bool | hidden () const |
void | setHidden (bool h) |
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 = 0x0208 |
Constructor & Destructor Documentation
RowRecord::~RowRecord |
( |
|
) |
[virtual] |
Member Function Documentation
unsigned RowRecord::row |
( |
|
) |
const |
void RowRecord::setRow |
( |
unsigned |
r |
) |
|
Sets the index of the row.
- See also:
- row
Definition at line 3795 of file excel.cpp.
unsigned RowRecord::xfIndex |
( |
|
) |
const |
Returns the XF index for the formatting of the cells.
- See also:
- setXfIndex
Definition at line 3810 of file excel.cpp.
void RowRecord::setXfIndex |
( |
unsigned |
i |
) |
|
Sets the XF index for the formatting of the cells.
- See also:
- xfIndex
Definition at line 3815 of file excel.cpp.
unsigned RowRecord::height |
( |
|
) |
const |
Returns the height of the row, specified in twips (1/20 pt).
- See also:
- setHeight
Definition at line 3800 of file excel.cpp.
void RowRecord::setHeight |
( |
unsigned |
h |
) |
|
Sets the height of the row, specified in twips (1/20 pt).
- See also:
- height
Definition at line 3805 of file excel.cpp.
bool RowRecord::hidden |
( |
|
) |
const |
Returns true if the row should be hidden, i.e not visible.
- See also:
- setHidden
Definition at line 3820 of file excel.cpp.
void RowRecord::setHidden |
( |
bool |
h |
) |
|
Sets whether row should be hidden or visible.
- See also:
- hidden
Definition at line 3825 of file excel.cpp.
void RowRecord::setData |
( |
unsigned |
size, |
|
|
const unsigned char * |
data | |
|
) |
| | [virtual] |
virtual const char* Swinder::RowRecord::name |
( |
|
) |
[inline, virtual] |
void RowRecord::dump |
( |
std::ostream & |
out |
) |
const [virtual] |
Dumps record information to output stream.
For debugging only.
Reimplemented from Swinder::Record.
Definition at line 3844 of file excel.cpp.
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.
Definition at line 2320 of file excel.h.
The documentation for this class was generated from the following files: