PowerPoint1ParserInternal::TextZone Struct Reference

Internal: a text zone of a PowerPoint1Parser. More...

Classes

struct  Line
 small structure used to store a line of text and its format More...

Public Member Functions

 TextZone ()
 constructor
bool empty () const
 return true if the zone has no text

Public Attributes

std::vector< Linem_lineList
 the line list
int m_schemeId
 the scheme id (if v2)

Detailed Description

Internal: a text zone of a PowerPoint1Parser.

Constructor & Destructor Documentation

◆ TextZone()

PowerPoint1ParserInternal::TextZone::TextZone ( )
inline

constructor

Member Function Documentation

◆ empty()

bool PowerPoint1ParserInternal::TextZone::empty ( ) const
inline

return true if the zone has no text

Referenced by PowerPoint1Parser::sendSlide().

Member Data Documentation

◆ m_lineList

std::vector<Line> PowerPoint1ParserInternal::TextZone::m_lineList

◆ m_schemeId

int PowerPoint1ParserInternal::TextZone::m_schemeId
mutable

the scheme id (if v2)

Referenced by PowerPoint1Parser::sendSlide(), PowerPoint1Parser::sendText(), and TextZone().


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

Generated for libmwaw by doxygen 1.14.0