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

Detailed Description
Class SSTRecord represents SST record, which holds the shared string table of the workbook.
- See also:
- LabelSSTRecord
Definition at line 2430 of file excel.h.
Public Member Functions | |
unsigned int | rtti () |
SSTRecord () | |
virtual | ~SSTRecord () |
virtual void | setData (unsigned size, const unsigned char *data) |
unsigned | count () const |
UString | stringAt (unsigned index) const |
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 SST record.
|
|
Destroys the record.
|
Member Function Documentation
|
Returns the number of available string in this string table.
|
|
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 string at specified index. Note that index must be less than count(). If index is not valid, this will return UString::null. |
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: