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