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.
| FullWrtTextInternal::DataModifier::DataModifier | ( | ) | [inline] |
constructor
| int FullWrtTextInternal::DataModifier::getBorderId | ( | ) | const [inline] |
returns the border id
Referenced by FullWrtText::send().
| int FullWrtTextInternal::DataModifier::getDocParaId | ( | ) | const [inline] |
returns the document extra id
Referenced by FullWrtText::send().
| float FullWrtTextInternal::DataModifier::getSub | ( | ) | const [inline] |
returns the sub value ( negative in pt, position in li)
Referenced by FullWrtTextInternal::Font::update().
| float FullWrtTextInternal::DataModifier::getSuper | ( | ) | const [inline] |
returns the superscript value ( negative in pt, position in li)
Referenced by FullWrtTextInternal::Font::update().
| std::ostream& operator<< | ( | std::ostream & | o, |
| DataModifier const & | m | ||
| ) | [friend] |
operator<<
the color
Referenced by FullWrtText::readDataMod(), and FullWrtTextInternal::Font::update().
the data
Referenced by DataModifier(), getBorderId(), getDocParaId(), getSub(), getSuper(), and FullWrtText::readDataMod().
| std::string FullWrtTextInternal::DataModifier::m_extra |
extra data
Referenced by FullWrtText::readDataMod().