15#ifndef RVNGRAWPRESENTATIONGENERATOR_H
16#define RVNGRAWPRESENTATIONGENERATOR_H
26struct RVNGRawPresentationGeneratorImpl;
45 void endMasterSlide();
50 void endEmbeddedGraphics();
68 void closeParagraph();
79 void insertLineBreak();
85 void closeOrderedListLevel();
86 void closeUnorderedListLevel();
88 void closeListElement();
94 void closeTableCell();
96 void endTableObject();
108 void closeChartTextObject();
110 void closeChartPlotArea();
113 void closeChartSeries();
116 void closeAnimationSequence();
118 void closeAnimationGroup();
120 void closeAnimationIteration();
Interface for import of presentations.
Definition RVNGPresentationInterface.h:27
Definition RVNGPropertyList.h:39
Definition RVNGRawPresentationGenerator.h:29
RVNGRawPresentationGenerator(const RVNGRawPresentationGenerator &other)
RVNGRawPresentationGenerator & operator=(const RVNGRawPresentationGenerator &other)
RVNGRawPresentationGeneratorImpl * m_impl
Definition RVNGRawPresentationGenerator.h:127
UTF-8 string.
Definition RVNGString.h:34
#define REVENGE_GENERATORS_API
Definition librevenge-generators-api.h:34
Definition RVNGBinaryData.cpp:40
Definition RVNGRawPresentationGenerator.cpp:25