Internal: the state of a LWParser. 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 LWParser.
LWParserInternal::State::State | ( | ) | [inline] |
constructor
the actual page
the columns separator width in point
the footer height if known
the header height if known
true if we are parsing a application document
the number of columns
the number of page of the final document