Internal: the paragraph of a MoreText. More...
Public Member Functions | |
| Paragraph () | |
| constructor | |
| void | setLeftMargin (double margin, bool fromParent) |
| set the left margin in inch | |
| void | setRightMargin (double margin, bool fromParent) |
| set the right margin in inch | |
| void | updateToFinalState (MWAWParagraph const &parent, int level, MWAWListManager &listManager) |
| update the paragraph to obtain the final paragraph | |
Public Attributes | |
| double | m_marginsFromParent [2] |
| the left and right margins from parent in inches | |
| int | m_listType |
| the list type (0: none, 1: leader, ...) | |
| MWAWListLevel | m_customListLevel |
| a custom list level ( only defined if m_listType>=0xb) | |
| bool | m_pageBreak |
| true if we need to add a page break before | |
| bool | m_keepOutlineTogether |
| true if we need to keep outline together | |
Internal: the paragraph of a MoreText.
| MoreTextInternal::Paragraph::Paragraph | ( | ) | [inline] |
constructor
| void MoreTextInternal::Paragraph::setLeftMargin | ( | double | margin, |
| bool | fromParent | ||
| ) | [inline] |
set the left margin in inch
Referenced by MoreText::readOutline().
| void MoreTextInternal::Paragraph::setRightMargin | ( | double | margin, |
| bool | fromParent | ||
| ) | [inline] |
set the right margin in inch
Referenced by MoreText::readOutline().
| void MoreTextInternal::Paragraph::updateToFinalState | ( | MWAWParagraph const & | parent, |
| int | level, | ||
| MWAWListManager & | listManager | ||
| ) | [inline] |
update the paragraph to obtain the final paragraph
Referenced by MoreText::sendTopic().
a custom list level ( only defined if m_listType>=0xb)
Referenced by MoreText::readOutline(), and updateToFinalState().
true if we need to keep outline together
Referenced by MoreText::readOutline().
the list type (0: none, 1: leader, ...)
Referenced by MoreTextInternal::Outline::Outline(), MoreText::readOutline(), MoreText::sendTopic(), and updateToFinalState().
the left and right margins from parent in inches
Referenced by Paragraph(), setLeftMargin(), setRightMargin(), and updateToFinalState().
true if we need to add a page break before
Referenced by MoreText::readOutline(), and MoreText::sendTopic().