MORTextInternal::Paragraph Struct Reference

Internal: the paragraph of a MORText. More...

Inheritance diagram for MORTextInternal::Paragraph:
MWAWParagraph

List of all members.

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

Detailed Description

Internal: the paragraph of a MORText.


Constructor & Destructor Documentation

constructor


Member Function Documentation

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().


Member Data Documentation

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 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().


The documentation for this struct was generated from the following file: