the paragraph information of a Microsoft Word file (PHE) More...
#include <MsWrdStruct.hxx>
Public Member Functions | |
| ParagraphInfo () | |
| constructor | |
| bool | isLineSet () const |
| returns true if num lines is set | |
| bool | isEmpty () const |
| returns true if no data are been set | |
| bool | read (MWAWInputStreamPtr &input, long endPos, int vers) |
| try to read a data | |
| void | insert (ParagraphInfo const &pInfo) |
| insert the new values | |
Public Attributes | |
| MWAWVariable< int > | m_type |
| the type | |
| MWAWVariable< MWAWVec2f > | m_dim |
| the zone dimension | |
| MWAWVariable< int > | m_numLines |
| the number of lines | |
| std::string | m_error |
| the errors | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, ParagraphInfo const &pInfo) |
| operator<< | |
the paragraph information of a Microsoft Word file (PHE)
| MsWrdStruct::ParagraphInfo::ParagraphInfo | ( | ) | [inline] |
constructor
| void MsWrdStruct::ParagraphInfo::insert | ( | ParagraphInfo const & | pInfo | ) |
insert the new values
| bool MsWrdStruct::ParagraphInfo::isEmpty | ( | ) | const [inline] |
returns true if no data are been set
| bool MsWrdStruct::ParagraphInfo::isLineSet | ( | ) | const [inline] |
returns true if num lines is set
| bool MsWrdStruct::ParagraphInfo::read | ( | MWAWInputStreamPtr & | input, |
| long | endPos, | ||
| int | vers | ||
| ) |
try to read a data
| std::ostream& operator<< | ( | std::ostream & | o, |
| ParagraphInfo const & | pInfo | ||
| ) | [friend] |
operator<<
| std::string MsWrdStruct::ParagraphInfo::m_error |
the errors
Referenced by insert().
the number of lines
Referenced by insert(), isEmpty(), isLineSet(), and read().