structure which retrieves data information which correspond to a text position More...
#include <WPSTextParser.h>
| 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  More... | |
| Public Attributes | |
| Type | m_type | 
| the type of the attribute  More... | |
| long | m_pos | 
| the offset position of the text modified by this attribute  More... | |
| long | m_defPos | 
| the offset position of the definition of the attribute in the file  More... | |
| int | m_id | 
| an identificator (which must be unique by category)  More... | |
structure which retrieves data information which correspond to a text position
| 
 | inline | 
the constructor
| long WPSTextParser::DataFOD::m_defPos | 
the offset position of the definition of the attribute in the file
| int WPSTextParser::DataFOD::m_id | 
an identificator (which must be unique by category)
Referenced by WPS8Text::bmktEndDataParser(), WPS8Text::readText(), WPS4Text::readText(), and WPS8Text::tokenEndDataParser().
| long WPSTextParser::DataFOD::m_pos | 
the offset position of the text modified by this attribute
Referenced by WPS8Text::bmktEndDataParser(), WPSTextParser::mergeSortedFODLists(), WPSTextParser::readFDP(), WPS4Text::readPLC(), WPS8Text::readPLC(), WPS8Text::readText(), WPS4Text::readText(), and WPS8Text::tokenEndDataParser().
| Type WPSTextParser::DataFOD::m_type | 
the type of the attribute
Referenced by WPS8Text::bmktEndDataParser(), WPSTextParser::readFDP(), WPS4Text::readPLC(), WPS8Text::readPLC(), WPS8Text::readText(), WPS4Text::readText(), and WPS8Text::tokenEndDataParser().