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