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.
MSK4TextInternal::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 MSK4TextInternal::operator<<(), and MSK4Text::readParagraph().