Internal: a slide of a PowerPoint3Parser. More...
Public Member Functions | |
SlideContent () | |
constructor | |
bool | hasText () const |
return true if the zone has text | |
Public Attributes | |
bool | m_useMasterPage |
a flag to know if we need to use the master page | |
int | m_numMainZones |
the number of title/body zones | |
int | m_mainZoneIds [2] |
the title/body position | |
std::vector< TextZone > | m_textZone |
the textzone | |
std::vector< Frame > | m_frameList |
the list of frames | |
std::vector< SlideFormat > | m_formatList |
the format list | |
std::vector< Polygon > | m_polygonList |
the list of polygons | |
int | m_schemeId |
the scheme id | |
Internal: a slide of a PowerPoint3Parser.
|
inline |
constructor
|
inline |
return true if the zone has text
std::vector<SlideFormat> PowerPoint3ParserInternal::SlideContent::m_formatList |
the format list
Referenced by PowerPoint3Parser::readFramesList(), and PowerPoint3Parser::readSlideContent().
std::vector<Frame> PowerPoint3ParserInternal::SlideContent::m_frameList |
the list of frames
Referenced by PowerPoint3Parser::readFramesList(), PowerPoint3Parser::sendFrame(), and PowerPoint3Parser::sendSlide().
int PowerPoint3ParserInternal::SlideContent::m_mainZoneIds[2] |
the title/body position
Referenced by PowerPoint3Parser::readFramesList(), PowerPoint3Parser::readSlideContent(), and SlideContent().
int PowerPoint3ParserInternal::SlideContent::m_numMainZones |
the number of title/body zones
Referenced by PowerPoint3Parser::readFramesList(), PowerPoint3Parser::readSlideContent(), and PowerPoint3Parser::sendText().
std::vector<Polygon> PowerPoint3ParserInternal::SlideContent::m_polygonList |
the list of polygons
Referenced by PowerPoint3Parser::readSlideContent(), and PowerPoint3Parser::sendFrame().
int PowerPoint3ParserInternal::SlideContent::m_schemeId |
the scheme id
Referenced by PowerPoint3Parser::readFramesList(), PowerPoint3Parser::readSlideContent(), PowerPoint3Parser::readTextZone(), and PowerPoint3Parser::sendText().
std::vector<TextZone> PowerPoint3ParserInternal::SlideContent::m_textZone |
the textzone
Referenced by hasText(), PowerPoint3Parser::readTextZone(), and PowerPoint3Parser::sendText().
bool PowerPoint3ParserInternal::SlideContent::m_useMasterPage |
a flag to know if we need to use the master page
Referenced by PowerPoint3Parser::readSlideContent().