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
MWParserInternal::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 MWParserInternal::operator<<(), MWParser::readInformations(), and MWParser::readText().
the position in the file
Referenced by MWParserInternal::operator<<(), MWParser::readGraphic(), MWParser::readInformations(), MWParser::readPageBreak(), MWParser::readParagraph(), and MWParser::readText().
the font
Referenced by MWParser::readInformations(), and MWParser::readText().
the paragraph height
Referenced by MWParserInternal::operator<<(), MWParser::readInformations(), MWParser::readInformationsV3(), and MWParser::readText().
paragraph justification : MWAW_PARAGRAPH_JUSTIFICATION*
Referenced by MWParserInternal::operator<<(), MWParser::readInformations(), and MWParser::readText().
true if the justification must be used
Referenced by MWParserInternal::operator<<(), MWParser::readInformations(), and MWParser::readText().
top left position
Referenced by MWParserInternal::operator<<(), MWParser::readInformations(), and MWParser::readInformationsV3().
the type
Referenced by MWParserInternal::operator<<(), MWParser::readInformations(), and MWParser::readInformationsV3().