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