Internal: the data of a header footer of a ScriptWriterParser. More...
Public Member Functions | |
HFData () | |
constructor | |
bool | empty () const |
returns true if the zone is empty | |
bool | hasDate () const |
returns true if the zone has a date | |
bool | hasPageNumber () const |
returns true if the zone has a page number | |
Public Attributes | |
int | m_numFrames |
the number of frames: text zone | |
std::vector< Frame > | m_frames |
the list of frames | |
MWAWVec2i | m_pageNumberOrigin |
the page number origin, only valid if 0<dim[0]<1000 | |
MWAWVec2i | m_dateOrigin |
the date field origin, only valid if 0<dim[0]<1000 | |
bool | m_hasPicture |
a flag to know if there is a picture | |
MWAWBox2i | m_picturePosition |
the picture position | |
MWAWEntry | m_picture |
the picture entry | |
Internal: the data of a header footer of a ScriptWriterParser.
|
inline |
constructor
|
inline |
returns true if the zone is empty
|
inline |
returns true if the zone has a date
Referenced by empty(), and ScriptWriterParser::send().
|
inline |
returns true if the zone has a page number
Referenced by empty(), and ScriptWriterParser::send().
MWAWVec2i ScriptWriterParserInternal::HFData::m_dateOrigin |
the date field origin, only valid if 0<dim[0]<1000
Referenced by hasDate(), ScriptWriterParser::readDocument(), and ScriptWriterParser::send().
std::vector<Frame> ScriptWriterParserInternal::HFData::m_frames |
the list of frames
Referenced by empty(), and ScriptWriterParser::send().
bool ScriptWriterParserInternal::HFData::m_hasPicture |
a flag to know if there is a picture
Referenced by empty(), ScriptWriterParser::readDocument(), and ScriptWriterParser::send().
int ScriptWriterParserInternal::HFData::m_numFrames |
the number of frames: text zone
Referenced by ScriptWriterParser::readDocument().
MWAWVec2i ScriptWriterParserInternal::HFData::m_pageNumberOrigin |
the page number origin, only valid if 0<dim[0]<1000
Referenced by hasPageNumber(), ScriptWriterParser::readDocument(), and ScriptWriterParser::send().
MWAWEntry ScriptWriterParserInternal::HFData::m_picture |
the picture entry
Referenced by ScriptWriterParser::send().
MWAWBox2i ScriptWriterParserInternal::HFData::m_picturePosition |
the picture position
Referenced by ScriptWriterParser::readDocument(), and ScriptWriterParser::send().