Internal: class to store the paragraph properties of a HMWJText. More...
Public Member Functions | |
Paragraph () | |
Constructor. | |
~Paragraph () | |
destructor | |
Public Attributes | |
int | m_type |
the type | |
bool | m_addPageBreak |
flag to store a force page break | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Paragraph const &ind) |
operator<< |
Internal: class to store the paragraph properties of a HMWJText.
HMWJTextInternal::Paragraph::Paragraph | ( | ) | [inline] |
Constructor.
HMWJTextInternal::Paragraph::~Paragraph | ( | ) | [inline] |
destructor
std::ostream& operator<< | ( | std::ostream & | o, |
Paragraph const & | ind | ||
) | [friend] |
operator<<
flag to store a force page break
Referenced by HMWJText::readParagraph(), and HMWJText::sendText().
the type
Referenced by HMWJText::readParagraph().