structure which retrieves data information which correspond to a text position More...
Public Types | |
| enum | Type { ATTR_TEXT, ATTR_PARAG, ATTR_PLC, ATTR_UNKN } |
| different type which can be associated to a text position More... | |
Public Member Functions | |
| DataFOD () | |
| the constructor | |
Public Attributes | |
| Type | m_type |
| the type of the attribute | |
| long | m_pos |
| the offset position of the text modified by this attribute | |
| long | m_defPos |
| the offset position of the definition of the attribute in the file | |
| int | m_id |
| an identificator (which must be unique by category) | |
structure which retrieves data information which correspond to a text position
|
inline |
the constructor
| long WPS4TextInternal::DataFOD::m_defPos |
the offset position of the definition of the attribute in the file
| int WPS4TextInternal::DataFOD::m_id |
an identificator (which must be unique by category)
Referenced by WPS4Text::readText().
| long WPS4TextInternal::DataFOD::m_pos |
the offset position of the text modified by this attribute
Referenced by WPS4TextInternal::State::mergeSortedFODList(), WPS4Text::readFDP(), WPS4Text::readPLC(), and WPS4Text::readText().
| Type WPS4TextInternal::DataFOD::m_type |
the type of the attribute
Referenced by WPS4Text::readFDP(), WPS4Text::readPLC(), and WPS4Text::readText().