Internal: the paragraph of a MORText. 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 MORText.
| MORTextInternal::Paragraph::Paragraph | ( | ) | [inline] |
constructor
| void MORTextInternal::Paragraph::setLeftMargin | ( | double | margin, |
| bool | fromParent | ||
| ) | [inline] |
set the left margin in inch
Referenced by MORText::readOutline().
| void MORTextInternal::Paragraph::setRightMargin | ( | double | margin, |
| bool | fromParent | ||
| ) | [inline] |
set the right margin in inch
Referenced by MORText::readOutline().
| void MORTextInternal::Paragraph::updateToFinalState | ( | MWAWParagraph const & | parent, |
| int | level, | ||
| MWAWListManager & | listManager | ||
| ) | [inline] |
update the paragraph to obtain the final paragraph
Referenced by MORText::sendTopic().
a custom list level ( only defined if m_listType>=0xb)
Referenced by MORText::readOutline(), and updateToFinalState().
true if we need to keep outline together
Referenced by MORText::readOutline().
the list type (0: none, 1: leader, ...)
Referenced by MORTextInternal::Outline::Outline(), MORText::readOutline(), MORText::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 MORText::readOutline(), and MORText::sendTopic().