Internal and low level: a structure to store a line or a cell of a MSWText. More...
Public Types | |
enum | Type { L_Line, L_Cell, L_LastLineCell, L_LastRowCell } |
an enum used to differentiate line and cell More... | |
Public Member Functions | |
Line () | |
constructor | |
Public Attributes | |
Type | m_type |
the line type | |
Vec2l | m_cPos |
the caracter position |
Internal and low level: a structure to store a line or a cell of a MSWText.
MSWTextInternal::Line::Line | ( | ) | [inline] |
constructor
the caracter position
Referenced by MSWText::convertFilePLCPos(), MSWText::prepareLines(), MSWText::prepareParagraphProperties(), and MSWText::prepareTableLimits().
the line type
Referenced by MSWText::convertFilePLCPos(), MSWText::prepareLines(), MSWText::prepareParagraphProperties(), and MSWText::prepareTableLimits().