Internal: a text zone of a PowerPoint7Text. More...
Public Member Functions | |
TextZone () | |
constructor More... | |
bool | isEmpty () const |
returns true if the zone contain no text More... | |
Public Attributes | |
MWAWEntry | m_textEntry |
the list of text zone More... | |
int | m_rulerId |
the ruler identifier More... | |
std::map< long, MWAWFont > | m_posToFontMap |
a map position to font More... | |
std::map< long, Ruler > | m_posToRulerMap |
a map position to ruler More... | |
std::map< long, int > | m_posToFieldFormatMap |
a map position to format More... | |
Internal: a text zone of a PowerPoint7Text.
|
inline |
constructor
|
inline |
returns true if the zone contain no text
std::map<long,int> PowerPoint7TextInternal::TextZone::m_posToFieldFormatMap |
a map position to format
Referenced by PowerPoint7Text::readTextZone(), and PowerPoint7Text::sendText().
std::map<long,MWAWFont> PowerPoint7TextInternal::TextZone::m_posToFontMap |
a map position to font
Referenced by PowerPoint7Text::readTextZone(), and PowerPoint7Text::sendText().
std::map<long,Ruler> PowerPoint7TextInternal::TextZone::m_posToRulerMap |
a map position to ruler
Referenced by PowerPoint7Text::readTextZone(), and PowerPoint7Text::sendText().
int PowerPoint7TextInternal::TextZone::m_rulerId |
the ruler identifier
Referenced by PowerPoint7Text::readTextZone().
MWAWEntry PowerPoint7TextInternal::TextZone::m_textEntry |
the list of text zone
Referenced by isEmpty(), PowerPoint7Text::readTextZone(), and PowerPoint7Text::sendText().