Internal: the struct used to store the zone of a MarinerWrtParser. More...
Public Types | |
enum | Type { Z_Main , Z_Footnote , Z_Header , Z_Footer , Z_Unknown } |
a enum to define the diffent zone type More... | |
Public Member Functions | |
Zone () | |
constructor | |
Public Attributes | |
int | m_id |
the zone id | |
uint32_t | m_fileId |
the file zone id | |
Type | m_type |
the zone type | |
bool | m_endNote |
a flag to know if this an endnote | |
long | m_height |
height of the zone | |
MWAWVec2l | m_RBpos |
right/bottom position | |
MWAWBox2l | m_dim |
the zone total position | |
MWAWBox2i | m_pageDim |
the page dimension (?) | |
MWAWBox2i | m_pageTextDim |
the zone of text dimension ( ie page less margins) | |
MWAWSection | m_section |
the section | |
MWAWColor | m_backgroundColor |
the background color | |
std::string | m_extra |
extra data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Zone const &zone) |
operator<< | |
Internal: the struct used to store the zone of a MarinerWrtParser.
|
inline |
constructor
|
friend |
operator<<
MWAWColor MarinerWrtParserInternal::Zone::m_backgroundColor |
the background color
Referenced by MarinerWrtParser::readZoneHeader().
MWAWBox2l MarinerWrtParserInternal::Zone::m_dim |
the zone total position
Referenced by MarinerWrtParser::readZoneHeader().
bool MarinerWrtParserInternal::Zone::m_endNote |
a flag to know if this an endnote
Referenced by MarinerWrtParser::readZoneHeader().
std::string MarinerWrtParserInternal::Zone::m_extra |
extra data
Referenced by MarinerWrtParser::readZoneHeader().
uint32_t MarinerWrtParserInternal::Zone::m_fileId |
the file zone id
Referenced by MarinerWrtParser::readZoneHeader().
long MarinerWrtParserInternal::Zone::m_height |
height of the zone
Referenced by MarinerWrtParser::readZoneHeader().
int MarinerWrtParserInternal::Zone::m_id |
the zone id
MWAWBox2i MarinerWrtParserInternal::Zone::m_pageDim |
the page dimension (?)
MWAWBox2i MarinerWrtParserInternal::Zone::m_pageTextDim |
the zone of text dimension ( ie page less margins)
MWAWVec2l MarinerWrtParserInternal::Zone::m_RBpos |
right/bottom position
Referenced by MarinerWrtParser::readZoneHeader().
MWAWSection MarinerWrtParserInternal::Zone::m_section |
the section
Type MarinerWrtParserInternal::Zone::m_type |
the zone type
Referenced by MarinerWrtParser::readZoneHeader().