Internal: the page. More...
Public Member Functions | |
Page () | |
constructor | |
Public Attributes | |
int | m_id |
the identificator | |
int | m_type |
the type | |
int | m_page |
the page number | |
int | m_paragraphId |
the paragraph id | |
int | m_values [4] |
some values ( 0, -1, 0, small number ) | |
std::string | m_error |
the errors | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Page const &page) |
operator<< | |
Internal: the page.
|
inline |
constructor
|
friend |
operator<<
std::string MsWrdTextInternal::Page::m_error |
the errors
int MsWrdTextInternal::Page::m_id |
the identificator
Referenced by MsWrdText::readPageBreak().
int MsWrdTextInternal::Page::m_page |
the page number
Referenced by MsWrdText::readPageBreak().
int MsWrdTextInternal::Page::m_paragraphId |
the paragraph id
int MsWrdTextInternal::Page::m_type |
the type
Referenced by MsWrdText::readPageBreak().
int MsWrdTextInternal::Page::m_values[4] |
some values ( 0, -1, 0, small number )
Referenced by Page(), and MsWrdText::readPageBreak().