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