Internal: struct used to store the paragraph of a MarinerWrtText. More...
Classes | |
| struct | BorderFill |
| small structure to store border/fills properties in MarinerWrtText 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 MarinerWrtText.
| MarinerWrtTextInternal::Paragraph::Paragraph | ( | ) | [inline] |
constructor
| void MarinerWrtTextInternal::Paragraph::update | ( | float | percent | ) | [inline] |
updates the paragraph knowing the paragraph pattern percent
Referenced by MarinerWrtText::readRulers(), and MarinerWrtText::sendTable().
| void MarinerWrtTextInternal::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 MarinerWrtTextInternal::operator<<(), MarinerWrtText::readRulers(), MarinerWrtText::sendTable(), and update().
a cell height
Referenced by MarinerWrtText::findTableStructure(), MarinerWrtTextInternal::operator<<(), and MarinerWrtText::readRulers().
a cell separator
Referenced by MarinerWrtTextInternal::operator<<(), and MarinerWrtText::readRulers().
a cell width
Referenced by MarinerWrtText::findTableStructure(), MarinerWrtTextInternal::operator<<(), MarinerWrtText::readRulers(), and MarinerWrtText::send().
the paragraph fill properties
Referenced by MarinerWrtTextInternal::operator<<(), MarinerWrtText::readRulers(), and update().