Internal: struct used to store a header/footer of a ZWrtText. More...
Public Member Functions | |
| HFZone () | |
| constructor | |
| bool | ok () const |
| returns true if the zone is not empty | |
| std::string | getDebugString (MWAWFontConverterPtr &convert) const |
| operator<< | |
Public Attributes | |
| MWAWEntry | m_pos |
| the text position | |
| Font | m_font |
| the font | |
| std::string | m_extra |
| extra data | |
Internal: struct used to store a header/footer of a ZWrtText.
| ZWrtTextInternal::HFZone::HFZone | ( | ) | [inline] |
constructor
| std::string ZWrtTextInternal::HFZone::getDebugString | ( | MWAWFontConverterPtr & | convert | ) | const [inline] |
operator<<
Referenced by ZWrtText::readHFZone().
| bool ZWrtTextInternal::HFZone::ok | ( | ) | const [inline] |
returns true if the zone is not empty
Referenced by ZWrtText::sendHeaderFooter().
| std::string ZWrtTextInternal::HFZone::m_extra |
extra data
Referenced by getDebugString(), and ZWrtText::readHFZone().
the font
Referenced by getDebugString(), HFZone(), ZWrtText::readHFZone(), and ZWrtText::sendHeaderFooter().
the text position
Referenced by getDebugString(), ok(), ZWrtText::readHFZone(), and ZWrtText::sendHeaderFooter().