Go to the documentation of this file.
15 #ifndef RVNGTEXTPRESENTATIONGENERATOR_H
16 #define RVNGTEXTPRESENTATIONGENERATOR_H
26 struct RVNGTextPresentationGeneratorImpl;
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();
void closeChartPlotArea()
Called when a chart plot arre should be closed.
Definition: RVNGTextPresentationGenerator.cpp:302
void endEmbeddedGraphics()
Definition: RVNGTextPresentationGenerator.cpp:98
void endLayer()
Definition: RVNGTextPresentationGenerator.cpp:90
void openGroup(const RVNGPropertyList &propList)
Definition: RVNGTextPresentationGenerator.cpp:102
void openListElement(const RVNGPropertyList &propList)
Called when a list element should be opened.
Definition: RVNGTextPresentationGenerator.cpp:224
void openTableCell(const RVNGPropertyList &propList)
Called when a new table cell is opened.
Definition: RVNGTextPresentationGenerator.cpp:246
void openLink(const RVNGPropertyList &propList)
Called when a link should be opened.
Definition: RVNGTextPresentationGenerator.cpp:176
void closeParagraph()
Called when a paragraph is closed.
Definition: RVNGTextPresentationGenerator.cpp:159
RVNGTextPresentationGenerator & operator=(const RVNGTextPresentationGenerator &other)
Definition: RVNGStringVector.h:33
boost::scoped_ptr< RVNGMemoryInputStream > m_stream
Definition: RVNGBinaryData.cpp:49
void setDocumentMetaData(const RVNGPropertyList &propList)
Called when all document metadata should be set.
Definition: RVNGTextPresentationGenerator.cpp:54
void closeTableCell()
Called when the current table cell is closed.
Definition: RVNGTextPresentationGenerator.cpp:250
void insertEffect(const RVNGPropertyList &propList)
Set one-time animation effect on the target object.
Definition: RVNGTextPresentationGenerator.cpp:354
void startComment(const RVNGPropertyList &propList)
Start a comment.
Definition: RVNGTextPresentationGenerator.cpp:262
void endNotes()
End slide notes.
Definition: RVNGTextPresentationGenerator.cpp:274
void openChartPlotArea(const RVNGPropertyList &propList)
Called when a chart plot area should be opened.
Definition: RVNGTextPresentationGenerator.cpp:298
void insertSpace()
Called when an explicit space should be inserted.
Definition: RVNGTextPresentationGenerator.cpp:194
void endDocument()
Definition: RVNGTextPresentationGenerator.cpp:50
void closeAnimationGroup()
Definition: RVNGTextPresentationGenerator.cpp:330
void endSlide()
Definition: RVNGTextPresentationGenerator.cpp:66
void openUnorderedListLevel(const RVNGPropertyList &propList)
Called when a new unordered list level should be opened.
Definition: RVNGTextPresentationGenerator.cpp:212
void closeAnimationSequence()
Definition: RVNGTextPresentationGenerator.cpp:322
Definition: RVNGPropertyList.h:39
void setSlideTransition(const RVNGPropertyList &propList)
Called when a transition should be added to the current slide.
Definition: RVNGTextPresentationGenerator.cpp:82
void drawPolyline(const RVNGPropertyList &propList)
Definition: RVNGTextPresentationGenerator.cpp:122
void startTextObject(const RVNGPropertyList &propList)
Start a text object.
Definition: RVNGTextPresentationGenerator.cpp:142
RVNGStringVector & m_pages
Definition: RVNGTextPresentationGenerator.cpp:26
void endComment()
End a comment.
Definition: RVNGTextPresentationGenerator.cpp:266
void drawRectangle(const RVNGPropertyList &propList)
Definition: RVNGTextPresentationGenerator.cpp:114
void startLayer(const RVNGPropertyList &propList)
Definition: RVNGTextPresentationGenerator.cpp:86
void startSlide(const RVNGPropertyList &propList)
Definition: RVNGTextPresentationGenerator.cpp:62
void drawConnector(const RVNGPropertyList &propList)
Draw a connector.
Definition: RVNGTextPresentationGenerator.cpp:138
void closeUnorderedListLevel()
Called when an ununordered list level should be closed.
Definition: RVNGTextPresentationGenerator.cpp:220
void startMasterSlide(const RVNGPropertyList &propList)
Definition: RVNGTextPresentationGenerator.cpp:72
void drawPolygon(const RVNGPropertyList &propList)
Definition: RVNGTextPresentationGenerator.cpp:126
void insertChartAxis(const RVNGPropertyList &propList)
Called when a axis should be add in a plot area.
Definition: RVNGTextPresentationGenerator.cpp:306
void startEmbeddedGraphics(const RVNGPropertyList &propList)
Definition: RVNGTextPresentationGenerator.cpp:94
void closeSpan()
Called when a text span is closed.
Definition: RVNGTextPresentationGenerator.cpp:172
~RVNGTextPresentationGenerator()
Definition: RVNGTextPresentationGenerator.cpp:41
void closeLink()
Called when the current link is closed.
Definition: RVNGTextPresentationGenerator.cpp:180
void insertCoveredTableCell(const RVNGPropertyList &propList)
Called when a covered (spanned by another cell in the table) table cell is opened.
Definition: RVNGTextPresentationGenerator.cpp:254
void insertColorAnimation(const RVNGPropertyList &propList)
Insert an animation that changes color of the target object.
Definition: RVNGTextPresentationGenerator.cpp:346
void closeAnimationIteration()
Definition: RVNGTextPresentationGenerator.cpp:338
void append(const RVNGString &str)
Definition: RVNGStringVector.cpp:75
void openAnimationGroup(const RVNGPropertyList &propList)
Called when a set of animations should be applied in parallel.
Definition: RVNGTextPresentationGenerator.cpp:326
UTF-8 string.
Definition: RVNGString.h:34
void closeGroup()
Definition: RVNGTextPresentationGenerator.cpp:106
std::ostringstream m_stream
Definition: RVNGTextPresentationGenerator.cpp:27
void startTableObject(const RVNGPropertyList &propList)
Called when a table should be opened.
Definition: RVNGTextPresentationGenerator.cpp:234
void openChartTextObject(const RVNGPropertyList &propList)
Called when a chart text zone:label/legend/title/subtitle/footer should be opened.
Definition: RVNGTextPresentationGenerator.cpp:290
void endTableObject()
Called when the current table is closed.
Definition: RVNGTextPresentationGenerator.cpp:258
void endMasterSlide()
Definition: RVNGTextPresentationGenerator.cpp:76
void insertMotionAnimation(const RVNGPropertyList &propList)
Insert an animation that moves the target object along a specified path.
Definition: RVNGTextPresentationGenerator.cpp:342
void closeOrderedListLevel()
Called when an unordered list level should be closed.
Definition: RVNGTextPresentationGenerator.cpp:216
void insertField(const RVNGPropertyList &propList)
Called when a field should be inserted.
Definition: RVNGTextPresentationGenerator.cpp:204
void drawPath(const RVNGPropertyList &propList)
Definition: RVNGTextPresentationGenerator.cpp:130
void openTableRow(const RVNGPropertyList &propList)
Called when a new table row is opened.
Definition: RVNGTextPresentationGenerator.cpp:238
RVNGTextPresentationGeneratorImpl(RVNGStringVector &pages)
Definition: RVNGTextPresentationGenerator.cpp:30
void insertTab()
Called when a TAB character should be inserted.
Definition: RVNGTextPresentationGenerator.cpp:189
void insertText(const RVNGString &str)
Called when a string of text should be inserted.
Definition: RVNGTextPresentationGenerator.cpp:184
void defineChartStyle(const RVNGPropertyList &propList)
Definition: RVNGTextPresentationGenerator.cpp:278
void openAnimationIteration(const RVNGPropertyList &propList)
Definition: RVNGTextPresentationGenerator.cpp:334
void closeChartSeries()
Called when a serie should be closed (in a plot area)
Definition: RVNGTextPresentationGenerator.cpp:314
void drawGraphicObject(const RVNGPropertyList &propList)
Called when a binary/raster object should be inserted.
Definition: RVNGTextPresentationGenerator.cpp:134
void openSpan(const RVNGPropertyList &propList)
Called when a text span is opened.
Definition: RVNGTextPresentationGenerator.cpp:168
void openChart(const RVNGPropertyList &propList)
Called when a chart should be opened.
Definition: RVNGTextPresentationGenerator.cpp:282
void startDocument(const RVNGPropertyList &propList)
Definition: RVNGTextPresentationGenerator.cpp:46
const char * cstr() const
Definition: RVNGString.cpp:174
void drawEllipse(const RVNGPropertyList &propList)
Definition: RVNGTextPresentationGenerator.cpp:118
RVNGTextPresentationGenerator(const RVNGTextPresentationGenerator &other)
void startNotes(const RVNGPropertyList &propList)
Start slide notes.
Definition: RVNGTextPresentationGenerator.cpp:270
void closeListElement()
Called when a list element should be closed.
Definition: RVNGTextPresentationGenerator.cpp:229
void endTextObject()
End a text object.
Definition: RVNGTextPresentationGenerator.cpp:146
void openParagraph(const RVNGPropertyList &propList)
Called when a new paragraph is opened.
Definition: RVNGTextPresentationGenerator.cpp:155
void defineParagraphStyle(const RVNGPropertyList &propList)
Definition: RVNGTextPresentationGenerator.cpp:151
Interface for import of presentations.
Definition: RVNGPresentationInterface.h:27
void closeTableRow()
Called when the current table row is closed.
Definition: RVNGTextPresentationGenerator.cpp:242
void insertAnimation(const RVNGPropertyList &propList)
Insert a generic animation.
Definition: RVNGTextPresentationGenerator.cpp:350
void closeChart()
Called when a chart should be closed.
Definition: RVNGTextPresentationGenerator.cpp:286
void defineCharacterStyle(const RVNGPropertyList &propList)
Definition: RVNGTextPresentationGenerator.cpp:164
Definition: RVNGTextPresentationGenerator.h:29
void defineEmbeddedFont(const RVNGPropertyList &propList)
Called when an embedded font should be defined.
Definition: RVNGTextPresentationGenerator.cpp:58
void openChartSeries(const librevenge::RVNGPropertyList &propList)
Called when a serie should be opened (in a plot area)
Definition: RVNGTextPresentationGenerator.cpp:310
Definition: RVNGBinaryData.cpp:39
Definition: RVNGTextPresentationGenerator.cpp:23
RVNGTextPresentationGeneratorImpl * m_impl
Definition: RVNGTextPresentationGenerator.h:127
#define REVENGE_GENERATORS_API
Definition: librevenge-generators-api.h:34
void setStyle(const RVNGPropertyList &propList)
Definition: RVNGTextPresentationGenerator.cpp:110
void openOrderedListLevel(const RVNGPropertyList &propList)
Called when a new ordered list level should be opened.
Definition: RVNGTextPresentationGenerator.cpp:208
void openAnimationSequence(const RVNGPropertyList &propList)
Called when a set of animations should be applied one after another.
Definition: RVNGTextPresentationGenerator.cpp:318
void insertLineBreak()
Called when a line break should be inserted.
Definition: RVNGTextPresentationGenerator.cpp:199
void closeChartTextObject()
Called when a chart text zone:legend/title/subtitle/footer should be closed.
Definition: RVNGTextPresentationGenerator.cpp:294
Generated for librevenge by
doxygen 1.8.18