15#ifndef RVNGSVGPRESENTATIONGENERATOR_H
16#define RVNGSVGPRESENTATIONGENERATOR_H
26struct RVNGSVGPresentationGeneratorImpl;
49 void endMasterSlide();
59 void endEmbeddedGraphics();
78 void insertLineBreak();
84 void closeOrderedListLevel();
85 void closeUnorderedListLevel();
87 void closeListElement();
91 void closeParagraph();
101 void closeTableRow();
103 void closeTableCell();
105 void endTableObject();
117 void closeChartTextObject();
119 void closeChartPlotArea();
122 void closeChartSeries();
125 void closeAnimationSequence();
127 void closeAnimationGroup();
129 void closeAnimationIteration();
Interface for import of presentations.
Definition: RVNGPresentationInterface.h:27
Definition: RVNGPropertyList.h:39
Definition: RVNGSVGPresentationGenerator.h:29
RVNGSVGPresentationGenerator & operator=(const RVNGSVGPresentationGenerator &other)
RVNGSVGPresentationGeneratorImpl * m_impl
Definition: RVNGSVGPresentationGenerator.h:136
RVNGSVGPresentationGenerator(const RVNGSVGPresentationGenerator &other)
Definition: RVNGStringVector.h:33
UTF-8 string.
Definition: RVNGString.h:34
#define REVENGE_GENERATORS_API
Definition: librevenge-generators-api.h:34
Definition: RVNGBinaryData.cpp:40
Definition: RVNGSVGPresentationGenerator.cpp:180