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 More... | |
bool | empty () const |
return true if the zone has no text More... | |
Public Attributes | |
std::vector< Line > | m_lineList |
the line list More... | |
int | m_schemeId |
the scheme id (if v2) More... | |
Internal: a text zone of a PowerPoint1Parser.
|
inline |
constructor
|
inline |
return true if the zone has no text
Referenced by PowerPoint1Parser::sendSlide().
std::vector<Line> PowerPoint1ParserInternal::TextZone::m_lineList |
the line list
Referenced by PowerPoint1Parser::readTextZone(), and PowerPoint1Parser::sendText().
|
mutable |
the scheme id (if v2)
Referenced by PowerPoint1Parser::sendSlide(), and PowerPoint1Parser::sendText().