FWTextInternal::LineHeader Struct Reference

Internal: class to store the LineHeader. More...

List of all members.

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<<

Detailed Description

Internal: class to store the LineHeader.


Constructor & Destructor Documentation

Constructor.


Member Function Documentation

float FWTextInternal::LineHeader::height ( ) const [inline]

try to find the line height using m_height or m_prevHeight

Referenced by FWText::sendTable().


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
LineHeader const &  line 
) [friend]

operator<<


Member Data Documentation

extra data

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 previous line height in point ( if known)

Referenced by height(), and FWText::send().

the text indent in inches ( if known)

Referenced by FWText::readLineHeader().


The documentation for this struct was generated from the following file: