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