a text style PLC More...
Public Member Functions | |
TextPLC () | |
constructor More... | |
TextPLC (std::vector< int > const &values) | |
constructor More... | |
MWAWCell::HorizontalAlignment | getHorizontalAlignment () const |
returns the alignement More... | |
bool | operator== (TextPLC const &plc) const |
operator== More... | |
bool | operator!= (TextPLC const &plc) const |
operator!= More... | |
Public Attributes | |
int | m_textStyleId |
the text style More... | |
int | m_formatId |
the format style More... | |
int | m_flags |
low: text flag, high: orientation flags, tategaki, ... More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, TextPLC const &plc) |
operator<< More... | |
a text style PLC
|
inline |
constructor
|
inlineexplicit |
constructor
|
inline |
returns the alignement
Referenced by RagTime5Spreadsheet::send().
|
inline |
operator!=
|
inline |
operator==
|
friend |
operator<<
int RagTime5SpreadsheetInternal::TextPLC::m_flags |
low: text flag, high: orientation flags, tategaki, ...
Referenced by getHorizontalAlignment(), operator==(), RagTime5Spreadsheet::send(), and TextPLC().
int RagTime5SpreadsheetInternal::TextPLC::m_formatId |
the format style
Referenced by operator==(), RagTime5Spreadsheet::send(), and TextPLC().
int RagTime5SpreadsheetInternal::TextPLC::m_textStyleId |
the text style
Referenced by operator==(), RagTime5Spreadsheet::send(), and TextPLC().