Internal: the header/footer zone of a LWText. More...
Public Member Functions | |
| HFZone () | |
| constructor | |
Public Attributes | |
| int | m_numChar |
| the number of char | |
| MWAWEntry | m_pos |
| the position of the text in the file | |
| int | m_height |
| the height | |
| MWAWFont | m_font |
| the font | |
| MWAWParagraph::Justification | m_justify |
| the paragraph justification | |
| std::string | m_extra |
| extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, HFZone const &hf) |
| operator<< | |
Internal: the header/footer zone of a LWText.
| LWTextInternal::HFZone::HFZone | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| HFZone const & | hf | ||
| ) | [friend] |
operator<<
| std::string LWTextInternal::HFZone::m_extra |
extra data
Referenced by LWTextInternal::operator<<(), and LWText::readDocumentHF().
| MWAWFont LWTextInternal::HFZone::m_font |
the font
Referenced by LWText::readDocumentHF(), and LWText::sendHeaderFooter().
the height
Referenced by LWTextInternal::operator<<(), and LWText::readDocumentHF().
the paragraph justification
Referenced by LWTextInternal::operator<<(), LWText::readDocumentHF(), and LWText::sendHeaderFooter().
the number of char
Referenced by LWTextInternal::operator<<(), and LWText::readDocumentHF().
the position of the text in the file
Referenced by LWText::sendHeaderFooter().