Internal: class to store a ColumnInfo. More...
Public Member Functions | |
| ColumnInfo () | |
Public Attributes | |
| int | m_column |
| the column number | |
| MWAWBox2i | m_box |
| the bdbox | |
| int | m_beginPos |
| the first data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, ColumnInfo const &c) |
| operator<< | |
Internal: class to store a ColumnInfo.
| FullWrtTextInternal::ColumnInfo::ColumnInfo | ( | ) | [inline] |
| std::ostream& operator<< | ( | std::ostream & | o, |
| ColumnInfo const & | c | ||
| ) | [friend] |
operator<<
the first data
Referenced by FullWrtText::readTextData().
the bdbox
Referenced by FullWrtText::readTextData().
the column number
Referenced by FullWrtText::readTextData().