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) | |
MWAWVariable< 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.
|
inline |
Constructor.
|
inline |
try to find the line height using m_height or m_prevHeight
Referenced by FullWrtText::send(), and FullWrtText::sendTable().
|
friend |
operator<<
std::string FullWrtTextInternal::LineHeader::m_extra |
extra data
Referenced by FullWrtText::readLineHeader().
MWAWFont FullWrtTextInternal::LineHeader::m_font |
the font
Referenced by FullWrtText::readLineHeader(), and FullWrtText::send().
bool FullWrtTextInternal::LineHeader::m_fontSet |
a flag to know if the font is set
Referenced by FullWrtText::readLineHeader(), and FullWrtText::send().
float FullWrtTextInternal::LineHeader::m_height |
the line height in point ( if known)
Referenced by height(), and FullWrtText::readLineHeader().
int FullWrtTextInternal::LineHeader::m_numChar |
the number of char
Referenced by FullWrtText::readLineHeader(), FullWrtText::send(), and FullWrtText::sendTable().
float FullWrtTextInternal::LineHeader::m_prevHeight |
the previous line height in point ( if known)
Referenced by height(), and FullWrtText::send().
MWAWVariable<double> FullWrtTextInternal::LineHeader::m_textIndent |
the text indent in inches ( if known)
Referenced by FullWrtText::readLineHeader().