Internal: the header/footer zone of a LightWayTxtText. 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 LightWayTxtText.
| LightWayTxtTextInternal::HFZone::HFZone | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| HFZone const & | hf | ||
| ) | [friend] |
operator<<
| std::string LightWayTxtTextInternal::HFZone::m_extra |
extra data
Referenced by LightWayTxtTextInternal::operator<<(), and LightWayTxtText::readDocumentHF().
the font
Referenced by LightWayTxtText::readDocumentHF(), and LightWayTxtText::sendHeaderFooter().
the height
Referenced by LightWayTxtTextInternal::operator<<(), and LightWayTxtText::readDocumentHF().
the paragraph justification
Referenced by LightWayTxtTextInternal::operator<<(), LightWayTxtText::readDocumentHF(), and LightWayTxtText::sendHeaderFooter().
the number of char
Referenced by LightWayTxtTextInternal::operator<<(), and LightWayTxtText::readDocumentHF().
the position of the text in the file
Referenced by LightWayTxtText::sendHeaderFooter().