the paragraph... information More...
| Public Types | |
| enum | Type { TEXT, RULER, GRAPHIC, PAGEBREAK, UNKNOWN } | 
| the different type  More... | |
| Public Member Functions | |
| Information () | |
| constructor  More... | |
| Public Attributes | |
| Type | m_type | 
| the type  More... | |
| bool | m_compressed | 
| a flag to know if the text data are compressed  More... | |
| MWAWPosition | m_pos | 
| top left position  More... | |
| int | m_height | 
| the paragraph height  More... | |
| MWAWParagraph::Justification | m_justify | 
| paragraph justification : MWAW_PARAGRAPH_JUSTIFICATION*  More... | |
| bool | m_justifySet | 
| true if the justification must be used  More... | |
| MWAWEntry | m_data | 
| the position in the file  More... | |
| MWAWFont | m_font | 
| the font  More... | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, Information const &info) | 
| operator<<  More... | |
the paragraph... information
| 
 | inline | 
constructor
| 
 | friend | 
operator<<
| bool MacWrtParserInternal::Information::m_compressed | 
a flag to know if the text data are compressed
Referenced by MacWrtParserInternal::operator<<(), MacWrtParser::readInformations(), and MacWrtParser::readText().
| MWAWEntry MacWrtParserInternal::Information::m_data | 
the position in the file
Referenced by MacWrtParserInternal::operator<<(), MacWrtParser::readGraphic(), MacWrtParser::readInformations(), MacWrtParser::readPageBreak(), MacWrtParser::readParagraph(), and MacWrtParser::readText().
| MWAWFont MacWrtParserInternal::Information::m_font | 
the font
Referenced by MacWrtParser::readInformations(), and MacWrtParser::readText().
| int MacWrtParserInternal::Information::m_height | 
the paragraph height
Referenced by MacWrtParserInternal::operator<<(), MacWrtParser::readInformations(), MacWrtParser::readInformationsV3(), and MacWrtParser::readText().
| MWAWParagraph::Justification MacWrtParserInternal::Information::m_justify | 
paragraph justification : MWAW_PARAGRAPH_JUSTIFICATION*
Referenced by MacWrtParserInternal::operator<<(), MacWrtParser::readInformations(), and MacWrtParser::readText().
| bool MacWrtParserInternal::Information::m_justifySet | 
true if the justification must be used
Referenced by MacWrtParserInternal::operator<<(), MacWrtParser::readInformations(), and MacWrtParser::readText().
| MWAWPosition MacWrtParserInternal::Information::m_pos | 
top left position
Referenced by MacWrtParserInternal::operator<<(), MacWrtParser::readInformations(), and MacWrtParser::readInformationsV3().
| Type MacWrtParserInternal::Information::m_type | 
the type
Referenced by MacWrtParserInternal::operator<<(), MacWrtParser::readInformations(), and MacWrtParser::readInformationsV3().