Internal: the state of a ScriptWriterParser. More...
Public Member Functions | |
State () | |
constructor | |
Public Attributes | |
int | m_actPage |
the actual page | |
int | m_numPages |
the number of page of the final document | |
int | m_documentType |
the document type: 0: advanced, 1: normal, 2: dual | |
MWAWFont | m_defaultFont |
the default font | |
int | m_lineSpacing |
the default line spacing | |
int | m_lineSpacingPercent [2] |
the default line spacing percent | |
int | m_leftMargins [6] |
the left margin positions | |
int | m_columnSepPos |
the column separator position | |
int | m_columnOriginPos |
the second column left margin | |
bool | m_hasTitlePage |
a flag to know if the first page is a title page | |
std::vector< ScriptWriterParserInternal::Page > | m_pages |
the pages list | |
MWAWEntry | m_mainZoneEntry |
the main zone entry | |
HFData | m_hfData [2] |
the header/footer data | |
std::vector< MWAWTabStop > | m_tabs [2] |
the left/right columns tabulations | |
Internal: the state of a ScriptWriterParser.
|
inline |
constructor
int ScriptWriterParserInternal::State::m_actPage |
the actual page
int ScriptWriterParserInternal::State::m_columnOriginPos |
the second column left margin
int ScriptWriterParserInternal::State::m_columnSepPos |
the column separator position
MWAWFont ScriptWriterParserInternal::State::m_defaultFont |
the default font
int ScriptWriterParserInternal::State::m_documentType |
the document type: 0: advanced, 1: normal, 2: dual
bool ScriptWriterParserInternal::State::m_hasTitlePage |
a flag to know if the first page is a title page
HFData ScriptWriterParserInternal::State::m_hfData[2] |
the header/footer data
int ScriptWriterParserInternal::State::m_leftMargins[6] |
the left margin positions
Referenced by State().
int ScriptWriterParserInternal::State::m_lineSpacing |
the default line spacing
int ScriptWriterParserInternal::State::m_lineSpacingPercent[2] |
the default line spacing percent
Referenced by State().
MWAWEntry ScriptWriterParserInternal::State::m_mainZoneEntry |
the main zone entry
int ScriptWriterParserInternal::State::m_numPages |
the number of page of the final document
std::vector<ScriptWriterParserInternal::Page> ScriptWriterParserInternal::State::m_pages |
the pages list
std::vector<MWAWTabStop> ScriptWriterParserInternal::State::m_tabs[2] |
the left/right columns tabulations