Internal: class to store a para modifier with appear in docInfo. More...
Public Member Functions | |
| ParaModifier () | |
| constructor | |
Public Attributes | |
| float | m_beforeSpacing |
| the before spacing ( negative in point, positive in percent ) | |
| float | m_afterSpacing |
| the after spacing ( negative in point, positive in percent ) | |
| std::string | m_extra |
| some extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, ParaModifier const &p) |
| operator<< | |
Internal: class to store a para modifier with appear in docInfo.
| FullWrtTextInternal::ParaModifier::ParaModifier | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| ParaModifier const & | p | ||
| ) | [friend] |
operator<<
the after spacing ( negative in point, positive in percent )
Referenced by FullWrtText::readParaModDocInfo(), and FullWrtText::send().
the before spacing ( negative in point, positive in percent )
Referenced by FullWrtText::readParaModDocInfo(), and FullWrtText::send().
| std::string FullWrtTextInternal::ParaModifier::m_extra |
some extra data
Referenced by FullWrtText::readParaModDocInfo().