Internal: class to store the LineHeader. More...
Public Member Functions | |
LineHeader () | |
Constructor. | |
float | height () const |
try to find the line height using m_height or m_prevHeight | |
Public Attributes | |
int | m_numChar |
the number of char | |
MWAWFont | m_font |
the font | |
bool | m_fontSet |
a flag to know if the font is set | |
float | m_height |
the line height in point ( if known) | |
float | m_prevHeight |
the previous line height in point ( if known) | |
Variable< double > | m_textIndent |
the text indent in inches ( if known) | |
std::string | m_extra |
extra data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, LineHeader const &line) |
operator<< |
Internal: class to store the LineHeader.
FWTextInternal::LineHeader::LineHeader | ( | ) | [inline] |
Constructor.
float FWTextInternal::LineHeader::height | ( | ) | const [inline] |
try to find the line height using m_height or m_prevHeight
Referenced by FWText::sendTable().
std::ostream& operator<< | ( | std::ostream & | o, |
LineHeader const & | line | ||
) | [friend] |
operator<<
std::string FWTextInternal::LineHeader::m_extra |
extra data
Referenced by FWText::readLineHeader().
MWAWFont FWTextInternal::LineHeader::m_font |
the font
Referenced by FWText::readLineHeader().
a flag to know if the font is set
Referenced by FWText::readLineHeader().
the line height in point ( if known)
Referenced by height(), and FWText::readLineHeader().
the number of char
Referenced by FWText::readLineHeader(), and FWText::sendTable().
the previous line height in point ( if known)
Referenced by height(), and FWText::send().
the text indent in inches ( if known)
Referenced by FWText::readLineHeader().