structure which retrieves data information which correspond to a text position
More...
#include <WPSTextParser.h>
|
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
◆ Type
different type which can be associated to a text position
ATTR_TEXT: all text attributes (font, size, ...) ATTR_PARAG: all paragraph attributes (margin, tabs, ...) ATTR_PLC: other attribute (note, fields ... )
Enumerator |
---|
ATTR_TEXT | |
ATTR_PARAG | |
ATTR_PLC | |
ATTR_UNKN | |
◆ DataFOD()
WPSTextParser::DataFOD::DataFOD |
( |
| ) |
|
|
inline |
◆ m_defPos
long WPSTextParser::DataFOD::m_defPos |
the offset position of the definition of the attribute in the file
◆ m_id
int WPSTextParser::DataFOD::m_id |
an identificator (which must be unique by category)
◆ m_pos
long WPSTextParser::DataFOD::m_pos |
the offset position of the text modified by this attribute
◆ m_type
Type WPSTextParser::DataFOD::m_type |
the type of the attribute
The documentation for this struct was generated from the following file: