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