Internal: struct used to store the paragraph of a MRWText. More...
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 ¶) |
operator<< |
Internal: struct used to store the paragraph of a MRWText.
MRWTextInternal::Paragraph::Paragraph | ( | ) | [inline] |
constructor
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
std::ostream& operator<< | ( | std::ostream & | o, |
Paragraph const & | para | ||
) | [friend] |
operator<<
the cell fill properties
Referenced by MRWTextInternal::operator<<(), MRWText::readRulers(), MRWText::sendTable(), and update().
a cell height
Referenced by MRWText::findTableStructure(), MRWTextInternal::operator<<(), and MRWText::readRulers().
a cell separator
Referenced by MRWTextInternal::operator<<(), and MRWText::readRulers().
a cell width
Referenced by MRWText::findTableStructure(), MRWTextInternal::operator<<(), MRWText::readRulers(), and MRWText::send().
the paragraph fill properties
Referenced by MRWTextInternal::operator<<(), MRWText::readRulers(), and update().