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.
|
inline |
constructor
|
inline |
operator<<
|
inline |
returns true if the zone is not empty
std::string ZWrtTextInternal::HFZone::m_extra |
extra data
Referenced by getDebugString().
Font ZWrtTextInternal::HFZone::m_font |
the font
Referenced by getDebugString(), and HFZone().
MWAWEntry ZWrtTextInternal::HFZone::m_pos |
the text position
Referenced by getDebugString(), and ok().