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.
CWTextInternal::Paragraph::Paragraph | ( | ) | [inline] |
Constructor.
update the list level
Referenced by CWText::readParagraph().
std::ostream& operator<< | ( | std::ostream & | o, |
Paragraph const & | ind | ||
) | [friend] |
operator<<
the label
Referenced by CWText::readParagraph(), and updateListLevel().