the paragraph... information 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
|
inline |
constructor
|
friend |
operator<<
bool MacWrtParserInternal::Information::m_compressed |
a flag to know if the text data are compressed
Referenced by MacWrtParser::readInformations(), and MacWrtParser::readText().
MWAWEntry MacWrtParserInternal::Information::m_data |
the position in the file
Referenced by 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 MacWrtParser::readInformations(), MacWrtParser::readInformationsV3(), and MacWrtParser::readText().
MWAWParagraph::Justification MacWrtParserInternal::Information::m_justify |
paragraph justification : MWAW_PARAGRAPH_JUSTIFICATION*
Referenced by MacWrtParser::readInformations(), and MacWrtParser::readText().
bool MacWrtParserInternal::Information::m_justifySet |
true if the justification must be used
Referenced by MacWrtParser::readInformations(), and MacWrtParser::readText().
MWAWPosition MacWrtParserInternal::Information::m_pos |
top left position
Referenced by MacWrtParser::readInformations(), and MacWrtParser::readInformationsV3().
Type MacWrtParserInternal::Information::m_type |
the type
Referenced by MacWrtParser::readInformations(), and MacWrtParser::readInformationsV3().