FWTextInternal::ParaModifier Struct Reference

Internal: class to store a para modifier with appear in docInfo. More...

List of all members.

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<<

Detailed Description

Internal: class to store a para modifier with appear in docInfo.


Constructor & Destructor Documentation


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
ParaModifier const &  p 
) [friend]

operator<<


Member Data Documentation

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().

some extra data

Referenced by FWText::readParaModDocInfo().


The documentation for this struct was generated from the following file: