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.
FWTextInternal::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 FWText::readParaModDocInfo(), and FWText::send().
the before spacing ( negative in point, positive in percent )
Referenced by FWText::readParaModDocInfo(), and FWText::send().
std::string FWTextInternal::ParaModifier::m_extra |
some extra data
Referenced by FWText::readParaModDocInfo().