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

Detailed Description
Number formatting string.Class FormatRecord contains information about a number format. All Format records occur together in a sequential list. An XFRecord might refer to the specific Format record using an index to that list.
- See also:
- XFRecord
Definition at line 1464 of file excel.h.
Public Member Functions | |
| unsigned int | rtti () |
| FormatRecord () | |
| ~FormatRecord () | |
| FormatRecord (const FormatRecord &fr) | |
| FormatRecord & | operator= (const FormatRecord &fr) |
| unsigned | index () const |
| void | setIndex (unsigned i) |
| UString | formatString () const |
| void | setFormatString (const UString &fs) |
| virtual const char * | name () |
| virtual void | setData (unsigned size, const unsigned char *data) |
| virtual void | dump (std::ostream &out) const |
Static Public Attributes | |
| static const unsigned int | id |
Constructor & Destructor Documentation
|
|
Creates a new Format record.
|
|
|
Destroys the Format record.
|
|
|
Creates a copy of Format record.
|
Member Function Documentation
|
|
Dumps record information to output stream. For debugging only. Reimplemented from Swinder::Record. |
|
|
Returns the formatting string of the format, e.g "0.00" for 2 decimal places number formatting.
|
|
|
Returns the index of the format. Each format specified by Format record has unique index which will be referred by XF Record.
|
|
|
Returns the name of the record. For debugging only. Reimplemented from Swinder::Record. |
|
|
Assigns from another Format record.
|
|
||||||||||||
|
Sets the data for this record.
Reimplemented from Swinder::Record. |
|
|
Sets the formatting string of the format.
|
|
|
Sets the index of the format. Each format specified by Format record has unique index which will be referred by XF 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:

