filters
Swinder::RowRecord Class Reference
#include <excel.h>
Inheritance diagram for Swinder::RowRecord:
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.
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 3793 of file excel.cpp.
unsigned RowRecord::xfIndex |
( |
|
) |
const |
Returns the XF index for the formatting of the cells.
- See also:
- setXfIndex
Definition at line 3808 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 3813 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 3798 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 3803 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 3818 of file excel.cpp.
void RowRecord::setHidden |
( |
bool |
h |
) |
|
Sets whether row should be hidden or visible.
- See also:
- hidden
Definition at line 3823 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 3842 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: