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

Detailed Description
Class LabelSSTRecord represents a cell that contains a string.The actual string is store in a global SST (Shared String Table), see SSTRecord for details. This record only provide an index, which should be used to get the string in the corresponding SST.
- See also:
- SSTRecord
Definition at line 1704 of file excel.h.
Public Member Functions | |
unsigned int | rtti () |
LabelSSTRecord () | |
virtual | ~LabelSSTRecord () |
unsigned | sstIndex () const |
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 LabelSST record.
|
|
Destroys the record.
|
Member Function Documentation
|
Dumps record information to output stream. For debugging only. Reimplemented from Swinder::Record. |
|
Returns the name of the record. For debugging only. Reimplemented from Swinder::Record. |
|
Sets the data for this record.
Reimplemented from Swinder::Record. |
|
Returns the SST index. This is the index to the global SST which hold every label strings used in SST record. |
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: