MRWTextInternal::Paragraph Struct Reference

Internal: struct used to store the paragraph of a MRWText. More...

Inheritance diagram for MRWTextInternal::Paragraph:
MWAWParagraph

List of all members.

Classes

struct  BorderFill
 small structure to store border/fills properties in MRWText More...

Public Member Functions

 Paragraph ()
 constructor
void update (float percent)
 updates the paragraph knowing the paragraph pattern percent
void update (float percent, MWAWCell &cell) const
 updates the paragraph knowing the paragraph pattern percent

Public Attributes

BorderFill m_paraFill
 the paragraph fill properties
int m_cellWidth
 a cell width
int m_cellHeight
 a cell height
int m_cellSep
 a cell separator
BorderFill m_cellFill
 the cell fill properties

Friends

std::ostream & operator<< (std::ostream &o, Paragraph const &para)
 operator<<

Detailed Description

Internal: struct used to store the paragraph of a MRWText.


Constructor & Destructor Documentation

constructor


Member Function Documentation

void MRWTextInternal::Paragraph::update ( float  percent) [inline]

updates the paragraph knowing the paragraph pattern percent

Referenced by MRWText::readRulers(), and MRWText::sendTable().

void MRWTextInternal::Paragraph::update ( float  percent,
MWAWCell cell 
) const [inline]

updates the paragraph knowing the paragraph pattern percent


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Paragraph const &  para 
) [friend]

operator<<


Member Data Documentation


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