Internal: class to store a font/para modifier with appear in text data. More...
Public Member Functions | |
| DataModifier () | |
| constructor | |
| float | getSuper () const |
| returns the superscript value ( negative in pt, position in li) | |
| float | getSub () const |
| returns the sub value ( negative in pt, position in li) | |
| int | getBorderId () const |
| returns the border id | |
| int | getDocParaId () const |
| returns the document extra id | |
Public Attributes | |
| MWAWColor | m_color |
| the color | |
| int | m_data [4] |
| the data | |
| std::string | m_extra |
| extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, DataModifier const &m) |
| operator<< | |
Internal: class to store a font/para modifier with appear in text data.
| FWTextInternal::DataModifier::DataModifier | ( | ) | [inline] |
constructor
| int FWTextInternal::DataModifier::getBorderId | ( | ) | const [inline] |
returns the border id
Referenced by FWText::send().
| int FWTextInternal::DataModifier::getDocParaId | ( | ) | const [inline] |
returns the document extra id
Referenced by FWText::send().
| float FWTextInternal::DataModifier::getSub | ( | ) | const [inline] |
returns the sub value ( negative in pt, position in li)
Referenced by FWTextInternal::Font::update().
| float FWTextInternal::DataModifier::getSuper | ( | ) | const [inline] |
returns the superscript value ( negative in pt, position in li)
Referenced by FWTextInternal::Font::update().
| std::ostream& operator<< | ( | std::ostream & | o, |
| DataModifier const & | m | ||
| ) | [friend] |
operator<<
the color
Referenced by FWText::readDataMod(), and FWTextInternal::Font::update().
the data
Referenced by DataModifier(), getBorderId(), getDocParaId(), getSub(), getSuper(), and FWText::readDataMod().
| std::string FWTextInternal::DataModifier::m_extra |
extra data
Referenced by FWText::readDataMod().