Internal: class to store a paragraph properties. More...
Public Member Functions | |
| Paragraph () | |
| constructor | |
Public Attributes | |
| bool | m_pageBreak |
| flag to know if there is a pagebreak before the paragraph | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Paragraph const &ind) |
| operator << | |
Internal: class to store a paragraph properties.
| MsWks4TextInternal::Paragraph::Paragraph | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| Paragraph const & | ind | ||
| ) | [friend] |
operator <<
flag to know if there is a pagebreak before the paragraph
Referenced by MsWks4TextInternal::operator<<(), and MsWks4Text::readParagraph().