Internal: class to store a style. More...
Public Member Functions | |
Style () | |
Public Attributes | |
std::string | m_name |
the style name More... | |
int | m_nextId |
the next style ? More... | |
Font | m_font |
the font properties More... | |
Paragraph | m_paragraph |
the paragraph properties More... | |
int | m_values [12] |
some unknown value More... | |
int | m_flags [6] |
some unknown flags More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Style const &st) |
operator<< More... | |
Internal: class to store a style.
|
inline |
|
friend |
operator<<
int WriteNowTextInternal::Style::m_flags[6] |
some unknown flags
Referenced by Style().
Font WriteNowTextInternal::Style::m_font |
the font properties
std::string WriteNowTextInternal::Style::m_name |
the style name
int WriteNowTextInternal::Style::m_nextId |
the next style ?
Paragraph WriteNowTextInternal::Style::m_paragraph |
the paragraph properties
int WriteNowTextInternal::Style::m_values[12] |
some unknown value
Referenced by Style().