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 2475 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
Swinder::SSTRecord::SSTRecord | ( | ) |
Creates a new SST record.
virtual Swinder::SSTRecord::~SSTRecord | ( | ) | [virtual] |
Destroys the record.
Member Function Documentation
unsigned Swinder::SSTRecord::count | ( | ) | const |
Returns the number of available string in this string table.
virtual void Swinder::SSTRecord::dump | ( | std::ostream & | out | ) | const [virtual] |
virtual const char* Swinder::SSTRecord::name | ( | ) | [inline, virtual] |
virtual void Swinder::SSTRecord::setData | ( | unsigned | size, | |
const unsigned char * | data | |||
) | [virtual] |
UString Swinder::SSTRecord::stringAt | ( | unsigned | index | ) | const |
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
const unsigned int Swinder::SSTRecord::id [static] |
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: