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 More... | |
Public Attributes | |
int | m_id |
the zone id More... | |
uint32_t | m_fileId |
the file zone id More... | |
Type | m_type |
the zone type More... | |
bool | m_endNote |
a flag to know if this an endnote More... | |
long | m_height |
height of the zone More... | |
MWAWVec2l | m_RBpos |
right/bottom position More... | |
MWAWBox2l | m_dim |
the zone total position More... | |
MWAWBox2i | m_pageDim |
the page dimension (?) More... | |
MWAWBox2i | m_pageTextDim |
the zone of text dimension ( ie page less margins) More... | |
MWAWSection | m_section |
the section More... | |
MWAWColor | m_backgroundColor |
the background color More... | |
std::string | m_extra |
extra data More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Zone const &zone) |
operator<< More... | |
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 MarinerWrtParserInternal::operator<<(), and MarinerWrtParser::readZoneHeader().
MWAWBox2l MarinerWrtParserInternal::Zone::m_dim |
the zone total position
Referenced by MarinerWrtParserInternal::operator<<(), and MarinerWrtParser::readZoneHeader().
bool MarinerWrtParserInternal::Zone::m_endNote |
a flag to know if this an endnote
Referenced by MarinerWrtParserInternal::operator<<(), and MarinerWrtParser::readZoneHeader().
std::string MarinerWrtParserInternal::Zone::m_extra |
extra data
Referenced by MarinerWrtParserInternal::operator<<(), and MarinerWrtParser::readZoneHeader().
uint32_t MarinerWrtParserInternal::Zone::m_fileId |
the file zone id
Referenced by MarinerWrtParserInternal::operator<<(), and MarinerWrtParser::readZoneHeader().
long MarinerWrtParserInternal::Zone::m_height |
height of the zone
Referenced by MarinerWrtParserInternal::operator<<(), and 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 MarinerWrtParserInternal::operator<<(), and MarinerWrtParser::readZoneHeader().
MWAWSection MarinerWrtParserInternal::Zone::m_section |
the section
Type MarinerWrtParserInternal::Zone::m_type |
the zone type
Referenced by MarinerWrtParserInternal::operator<<(), and MarinerWrtParser::readZoneHeader().