Internal: the state of a PowerPoint7Text. More...
Public Member Functions | |
State () | |
constructor |
Public Attributes | |
std::string | m_fontFamily |
the basic pc font family if known | |
std::map< int, int > | m_fileIdFontIdMap |
a local id to final id font map | |
std::map< int, Ruler > | m_idToRulerMap |
a local id to ruler id map | |
std::map< int, int > | m_fieldIdToFormatIdMap |
a field id to format id map | |
std::vector< std::shared_ptr< TextZone > > | m_textZoneList |
the list of text zone |
Internal: the state of a PowerPoint7Text.
|
inline |
constructor
std::map<int,int> PowerPoint7TextInternal::State::m_fieldIdToFormatIdMap |
a field id to format id map
Referenced by State().
std::map<int,int> PowerPoint7TextInternal::State::m_fileIdFontIdMap |
a local id to final id font map
Referenced by State().
std::string PowerPoint7TextInternal::State::m_fontFamily |
the basic pc font family if known
Referenced by State().
std::map<int,Ruler> PowerPoint7TextInternal::State::m_idToRulerMap |
a local id to ruler id map
Referenced by State().
std::vector<std::shared_ptr<TextZone> > PowerPoint7TextInternal::State::m_textZoneList |
the list of text zone
Referenced by State().