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