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