Internal: class to store the paragraph properties of a HMWKText. 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 HMWKText.
HMWKTextInternal::Paragraph::Paragraph | ( | ) | [inline] |
Constructor.
HMWKTextInternal::Paragraph::~Paragraph | ( | ) | [inline] |
destructor
std::ostream& operator<< | ( | std::ostream & | o, |
Paragraph const & | ind | ||
) | [friend] |
operator<<
flag to store a force page break
Referenced by HMWKText::readParagraph(), HMWKText::readTextZone(), and HMWKText::sendText().
the type
Referenced by HMWKText::readParagraph().