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