15 #ifndef RVNGPRESENTATIONINTERFACE_H    16 #define RVNGPRESENTATIONINTERFACE_H   471 #endif // RVNGPRESENTATIONINTERFACE_H virtual void startMasterSlide(const RVNGPropertyList &propList)=0
virtual void closeListElement()=0
 Called when a list element should be closed 
virtual void closeLink()=0
 Called when the current link is closed 
virtual void openUnorderedListLevel(const RVNGPropertyList &propList)=0
 Called when a new unordered list level should be opened 
virtual void openAnimationIteration(const RVNGPropertyList &propList)=0
virtual void openAnimationGroup(const RVNGPropertyList &propList)=0
Called when a set of animations should be applied in parallel. 
virtual void endComment()=0
End a comment. 
virtual void drawEllipse(const RVNGPropertyList &propList)=0
Definition: RVNGBinaryData.cpp:38
virtual void defineCharacterStyle(const RVNGPropertyList &propList)=0
virtual void drawRectangle(const RVNGPropertyList &propList)=0
virtual void drawPath(const RVNGPropertyList &propList)=0
virtual void drawPolygon(const RVNGPropertyList &propList)=0
virtual void closeUnorderedListLevel()=0
 Called when an ununordered list level should be closed 
virtual void endTableObject()=0
 Called when the current table is closed 
virtual void startDocument(const RVNGPropertyList &propList)=0
virtual void startEmbeddedGraphics(const RVNGPropertyList &propList)=0
virtual void closeSpan()=0
 Called when a text span is closed 
virtual void insertMotionAnimation(const RVNGPropertyList &propList)=0
Insert an animation that moves the target object along a specified path. 
virtual void defineChartStyle(const RVNGPropertyList &propList)=0
virtual void closeChartSeries()=0
 Called when a serie should be closed (in a plot area) 
virtual void endLayer()=0
virtual void insertText(const RVNGString &text)=0
 Called when a string of text should be inserted 
virtual void openAnimationSequence(const RVNGPropertyList &propList)=0
Called when a set of animations should be applied one after another. 
virtual void openListElement(const RVNGPropertyList &propList)=0
 Called when a list element should be opened 
virtual void startLayer(const RVNGPropertyList &propList)=0
virtual void openTableRow(const RVNGPropertyList &propList)=0
 Called when a new table row is opened 
virtual void closeParagraph()=0
 Called when a paragraph is closed. 
virtual void endEmbeddedGraphics()=0
virtual void closeChart()=0
 Called when a chart should be closed. 
virtual void insertLineBreak()=0
 Called when a line break should be inserted 
virtual void closeAnimationIteration()=0
virtual void insertAnimation(const RVNGPropertyList &propList)=0
Insert a generic animation. 
virtual void setDocumentMetaData(const RVNGPropertyList &propList)=0
 Called when all document metadata should be set. 
virtual void closeAnimationSequence()=0
virtual void insertChartAxis(const RVNGPropertyList &propList)=0
 Called when a axis should be add in a plot area 
virtual void openChart(const RVNGPropertyList &propList)=0
 Called when a chart should be opened 
virtual void closeTableCell()=0
 Called when the current table cell is closed 
virtual void startSlide(const RVNGPropertyList &propList)=0
virtual void openChartPlotArea(const RVNGPropertyList &propList)=0
 Called when a chart plot area should be opened. 
virtual void insertField(const RVNGPropertyList &propList)=0
 Called when a field should be inserted. 
virtual void closeChartTextObject()=0
 Called when a chart text zone:legend/title/subtitle/footer should be closed. 
virtual ~RVNGPresentationInterface()
Definition: RVNGPresentationInterface.h:29
virtual void openOrderedListLevel(const RVNGPropertyList &propList)=0
 Called when a new ordered list level should be opened 
virtual void defineParagraphStyle(const RVNGPropertyList &propList)=0
virtual void openChartTextObject(const RVNGPropertyList &propList)=0
 Called when a chart text zone:label/legend/title/subtitle/footer should be opened. 
virtual void insertSpace()=0
 Called when an explicit space should be inserted 
virtual void drawPolyline(const RVNGPropertyList &propList)=0
virtual void closeOrderedListLevel()=0
 Called when an unordered list level should be closed 
virtual void endMasterSlide()=0
virtual void endNotes()=0
End slide notes. 
virtual void closeAnimationGroup()=0
virtual void defineEmbeddedFont(const RVNGPropertyList &propList)=0
 Called when an embedded font should be defined 
virtual void openGroup(const RVNGPropertyList &propList)=0
virtual void startNotes(const RVNGPropertyList &propList)=0
Start slide notes. 
virtual void openSpan(const RVNGPropertyList &propList)=0
 Called when a text span is opened 
virtual void closeTableRow()=0
 Called when the current table row is closed 
virtual void setSlideTransition(const RVNGPropertyList &propList)=0
 Called when a transition should be added to the current slide. 
virtual void endTextObject()=0
End a text object. 
virtual void insertEffect(const RVNGPropertyList &propList)=0
Set one-time animation effect on the target object. 
virtual void openTableCell(const RVNGPropertyList &propList)=0
 Called when a new table cell is opened 
virtual void closeChartPlotArea()=0
 Called when a chart plot arre should be closed. 
virtual void endSlide()=0
Interface for import of presentations. 
Definition: RVNGPresentationInterface.h:26
virtual void openLink(const RVNGPropertyList &propList)=0
 Called when a link should be opened 
virtual void insertColorAnimation(const RVNGPropertyList &propList)=0
Insert an animation that changes color of the target object. 
virtual void endDocument()=0
virtual void openParagraph(const RVNGPropertyList &propList)=0
 Called when a new paragraph is opened. 
virtual void drawGraphicObject(const RVNGPropertyList &propList)=0
 Called when a binary/raster object should be inserted 
virtual void insertTab()=0
 Called when a TAB character should be inserted 
virtual void startComment(const RVNGPropertyList &propList)=0
Start a comment. 
virtual void drawConnector(const RVNGPropertyList &propList)=0
Draw a connector. 
virtual void insertCoveredTableCell(const RVNGPropertyList &propList)=0
 Called when a covered (spanned by another cell in the table) table cell is opened ...
Definition: RVNGPropertyList.h:38
virtual void setStyle(const RVNGPropertyList &propList)=0
virtual void startTableObject(const RVNGPropertyList &propList)=0
 Called when a table should be opened 
UTF-8 string. 
Definition: RVNGString.h:33
virtual void startTextObject(const RVNGPropertyList &propList)=0
Start a text object. 
virtual void openChartSeries(const librevenge::RVNGPropertyList &propList)=0
 Called when a serie should be opened (in a plot area) 
virtual void closeGroup()=0