Public Member Functions | |
| PageInfo () | |
| bool | isSimilar (PageInfo const &p) const |
| returns true if the page has same color position | |
| MWAWSection | getSection () const |
| return a section | |
Public Attributes | |
| int | m_page |
| the pages | |
| std::vector< ColumnInfo > | m_columns |
| the columns | |
| FWTextInternal::PageInfo::PageInfo | ( | ) | [inline] |
| MWAWSection FWTextInternal::PageInfo::getSection | ( | ) | const [inline] |
return a section
Referenced by FWText::send().
| bool FWTextInternal::PageInfo::isSimilar | ( | PageInfo const & | p | ) | const [inline] |
returns true if the page has same color position
Referenced by FWText::send().
| std::vector<ColumnInfo> FWTextInternal::PageInfo::m_columns |
the columns
Referenced by FWTextInternal::Zone::getBreaksPosition(), getSection(), isSimilar(), and FWText::readTextData().
the pages
Referenced by FWText::readTextData().