Internal: class to store the paragraph properties. More...
Public Member Functions | |
| Paragraph () | |
| Constructor. | |
| void | updateListLevel () |
| update the list level | |
Public Attributes | |
| int | m_labelType |
| the label | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Paragraph const &ind) |
| operator<< | |
Internal: class to store the paragraph properties.
| ClarisWksTextInternal::Paragraph::Paragraph | ( | ) | [inline] |
Constructor.
update the list level
Referenced by ClarisWksText::readParagraph().
| std::ostream& operator<< | ( | std::ostream & | o, |
| Paragraph const & | ind | ||
| ) | [friend] |
operator<<
the label
Referenced by ClarisWksText::readParagraph(), and updateListLevel().