Internal: the state of a LightWayTxtParser. More...
Public Member Functions | |
State () | |
constructor | |
Public Attributes | |
bool | m_isApplication |
true if we are parsing a application document | |
int | m_actPage |
the actual page | |
int | m_numPages |
the number of page of the final document | |
int | m_numCol |
the number of columns | |
int | m_colSep |
the columns separator width in point | |
int | m_headerHeight |
the header height if known | |
int | m_footerHeight |
the footer height if known | |
Internal: the state of a LightWayTxtParser.
|
inline |
constructor
int LightWayTxtParserInternal::State::m_actPage |
the actual page
Referenced by State().
int LightWayTxtParserInternal::State::m_colSep |
the columns separator width in point
Referenced by State().
int LightWayTxtParserInternal::State::m_footerHeight |
the footer height if known
Referenced by State().
int LightWayTxtParserInternal::State::m_headerHeight |
the header height if known
Referenced by State().
bool LightWayTxtParserInternal::State::m_isApplication |
true if we are parsing a application document
Referenced by State().
int LightWayTxtParserInternal::State::m_numCol |
the number of columns
Referenced by State().
int LightWayTxtParserInternal::State::m_numPages |
the number of page of the final document
Referenced by State().