Internal and low level: a structure to store a line or a cell of a MsWrdText. 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 More... | |
Public Attributes | |
Type | m_type |
the line type More... | |
MWAWVec2l | m_cPos |
the caracter position More... | |
Internal and low level: a structure to store a line or a cell of a MsWrdText.
|
inline |
constructor
MWAWVec2l MsWrdTextInternal::Line::m_cPos |
the caracter position
Referenced by MsWrdText::convertFilePLCPos(), MsWrdText::prepareLines(), MsWrdText::prepareParagraphProperties(), and MsWrdText::prepareTableLimits().
Type MsWrdTextInternal::Line::m_type |
the line type
Referenced by MsWrdText::convertFilePLCPos(), MsWrdText::prepareLines(), MsWrdText::prepareParagraphProperties(), and MsWrdText::prepareTableLimits().