filters
Libppt::StyleTextPropAtom Class Reference
Inheritance diagram for Libppt::StyleTextPropAtom:

Detailed Description
Definition at line 1210 of file kpresenter/powerpoint/libppt/powerpoint.h.
Public Member Functions | |
| StyleTextPropAtom () | |
| ~StyleTextPropAtom () | |
| int | charCount (unsigned index) const |
| int | depth (unsigned index) const |
| int | bulletOn (unsigned index) const |
| int | bulletHardFont (unsigned index) const |
| int | bulletHardColor (unsigned index) const |
| int | bulletChar (unsigned index) const |
| int | bulletFont (unsigned index) const |
| int | bulletHeight (unsigned index) const |
| int | bulletColor (unsigned index) const |
| int | align (unsigned index) const |
| int | lineFeed (unsigned index) const |
| int | upperDist (unsigned index) const |
| int | lowerDist (unsigned index) const |
| int | asianLB1 (unsigned index) const |
| int | asianLB2 (unsigned index) const |
| int | asianLB3 (unsigned index) const |
| int | biDi (unsigned index) const |
| int | charMask () const |
| int | charFlags () const |
| unsigned | listSize () const |
| void | setData (unsigned size, const unsigned char *data, unsigned lastSize) |
| const char * | name () |
| void | dump (std::ostream &out) const |
Static Public Attributes | |
| static const unsigned int | id |
Member Function Documentation
| const char* Libppt::StyleTextPropAtom::name | ( | ) | [inline, virtual] |
Returns the name of the record.
For debugging only.
Reimplemented from Libppt::Record.
Definition at line 1243 of file kpresenter/powerpoint/libppt/powerpoint.h.
| void StyleTextPropAtom::dump | ( | std::ostream & | out | ) | const [virtual] |
Dumps record information to output stream.
For debugging only.
Reimplemented from Libppt::Record.
Definition at line 3326 of file powerpoint.cpp.
Member Data Documentation
const unsigned int StyleTextPropAtom::id [static] |
Static ID of the record.
Subclasses should override this value with the id of the record they handle.
Reimplemented from Libppt::Record.
Definition at line 1213 of file kpresenter/powerpoint/libppt/powerpoint.h.
The documentation for this class was generated from the following files:

