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.
| MarinerWrtParserInternal::Zone::Zone | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| Zone const & | zone | ||
| ) | [friend] |
operator<<
the background color
Referenced by MarinerWrtParserInternal::operator<<(), and MarinerWrtParser::readZoneHeader().
the zone total position
Referenced by MarinerWrtParserInternal::operator<<(), and MarinerWrtParser::readZoneHeader().
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().
the file zone id
Referenced by MarinerWrtParser::createDocument(), MarinerWrtParserInternal::operator<<(), and MarinerWrtParser::readZoneHeader().
height of the zone
Referenced by MarinerWrtParserInternal::operator<<(), and MarinerWrtParser::readZoneHeader().
the zone id
the page dimension (?)
the zone of text dimension ( ie page less margins)
right/bottom position
Referenced by MarinerWrtParserInternal::operator<<(), and MarinerWrtParser::readZoneHeader().
the section
the zone type
Referenced by MarinerWrtParser::createDocument(), MarinerWrtParserInternal::operator<<(), and MarinerWrtParser::readZoneHeader().