PowerPoint7TextInternal::TextZone Struct Reference

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, MWAWFontm_posToFontMap
 a map position to font More...
 
std::map< long, Rulerm_posToRulerMap
 a map position to ruler More...
 
std::map< long, int > m_posToFieldFormatMap
 a map position to format More...
 

Detailed Description

Internal: a text zone of a PowerPoint7Text.

Constructor & Destructor Documentation

◆ TextZone()

PowerPoint7TextInternal::TextZone::TextZone ( )
inline

constructor

Member Function Documentation

◆ isEmpty()

bool PowerPoint7TextInternal::TextZone::isEmpty ( ) const
inline

returns true if the zone contain no text

Member Data Documentation

◆ m_posToFieldFormatMap

std::map<long,int> PowerPoint7TextInternal::TextZone::m_posToFieldFormatMap

a map position to format

Referenced by PowerPoint7Text::readTextZone(), and PowerPoint7Text::sendText().

◆ m_posToFontMap

std::map<long,MWAWFont> PowerPoint7TextInternal::TextZone::m_posToFontMap

a map position to font

Referenced by PowerPoint7Text::readTextZone(), and PowerPoint7Text::sendText().

◆ m_posToRulerMap

std::map<long,Ruler> PowerPoint7TextInternal::TextZone::m_posToRulerMap

a map position to ruler

Referenced by PowerPoint7Text::readTextZone(), and PowerPoint7Text::sendText().

◆ m_rulerId

int PowerPoint7TextInternal::TextZone::m_rulerId

the ruler identifier

Referenced by PowerPoint7Text::readTextZone().

◆ m_textEntry

MWAWEntry PowerPoint7TextInternal::TextZone::m_textEntry

the list of text zone

Referenced by isEmpty(), PowerPoint7Text::readTextZone(), and PowerPoint7Text::sendText().


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

Generated for libmwaw by doxygen 1.8.14