PowerPoint3ParserInternal::SlideContent Struct Reference

Internal: a slide of a PowerPoint3Parser. More...

Public Member Functions

 SlideContent ()
 constructor More...
 
bool hasText () const
 return true if the zone has text More...
 

Public Attributes

bool m_useMasterPage
 a flag to know if we need to use the master page More...
 
int m_numMainZones
 the number of title/body zones More...
 
int m_mainZoneIds [2]
 the title/body position More...
 
std::vector< TextZonem_textZone
 the textzone More...
 
std::vector< Framem_frameList
 the list of frames More...
 
std::vector< SlideFormatm_formatList
 the format list More...
 
std::vector< Polygonm_polygonList
 the list of polygons More...
 
int m_schemeId
 the scheme id More...
 

Detailed Description

Internal: a slide of a PowerPoint3Parser.

Constructor & Destructor Documentation

◆ SlideContent()

PowerPoint3ParserInternal::SlideContent::SlideContent ( )
inline

constructor

Member Function Documentation

◆ hasText()

bool PowerPoint3ParserInternal::SlideContent::hasText ( ) const
inline

return true if the zone has text

Member Data Documentation

◆ m_formatList

std::vector<SlideFormat> PowerPoint3ParserInternal::SlideContent::m_formatList

◆ m_frameList

std::vector<Frame> PowerPoint3ParserInternal::SlideContent::m_frameList

◆ m_mainZoneIds

int PowerPoint3ParserInternal::SlideContent::m_mainZoneIds[2]

◆ m_numMainZones

int PowerPoint3ParserInternal::SlideContent::m_numMainZones

◆ m_polygonList

std::vector<Polygon> PowerPoint3ParserInternal::SlideContent::m_polygonList

◆ m_schemeId

int PowerPoint3ParserInternal::SlideContent::m_schemeId

◆ m_textZone

std::vector<TextZone> PowerPoint3ParserInternal::SlideContent::m_textZone

◆ m_useMasterPage

bool PowerPoint3ParserInternal::SlideContent::m_useMasterPage

a flag to know if we need to use the master page

Referenced by PowerPoint3Parser::readSlideContent().


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

Generated on Fri Sep 18 2020 18:14:52 for libmwaw by doxygen 1.8.20