Go to the documentation of this file.
15 #ifndef RVNGDUMMYTEXTGENERATOR_H
16 #define RVNGDUMMYTEXTGENERATOR_H
52 void closeParagraph();
68 void insertLineBreak();
73 void closeOrderedListLevel();
74 void closeUnorderedListLevel();
76 void closeListElement();
91 void closeTableCell();
void closeParagraph()
Called when a paragraph is closed.
Definition: RVNGDummyTextGenerator.cpp:80
void openLink(const RVNGPropertyList &propList)
Called when a link should be opened.
Definition: RVNGDummyTextGenerator.cpp:96
void drawPolyline(const librevenge::RVNGPropertyList &propList)
Definition: RVNGDummyTextGenerator.cpp:252
void insertEquation(const RVNGPropertyList &propList)
Called when a mathml object should be inserted.
Definition: RVNGDummyTextGenerator.cpp:268
void closeOrderedListLevel()
Called when an unordered list level should be closed.
Definition: RVNGDummyTextGenerator.cpp:144
void insertTab()
Called when a TAB character should be inserted.
Definition: RVNGDummyTextGenerator.cpp:116
void openHeader(const RVNGPropertyList &propList)
Called when a header should be opened (a sub-document will be placed inside of it).
Definition: RVNGDummyTextGenerator.cpp:56
void openComment(const RVNGPropertyList &propList)
Called when a comment or annotation should be opened (a sub-document will be placed inside of it)
Definition: RVNGDummyTextGenerator.cpp:176
void insertCoveredTableCell(const RVNGPropertyList &propList)
Called when a covered (spanned by another cell in the table) table cell is opened.
Definition: RVNGDummyTextGenerator.cpp:212
void defineCharacterStyle(const RVNGPropertyList &propList)
Definition: RVNGDummyTextGenerator.cpp:84
void closeTableRow()
Called when the current table row is closed.
Definition: RVNGDummyTextGenerator.cpp:200
RVNGDummyTextGenerator(const RVNGDummyTextGenerator &other)
void insertField(const RVNGPropertyList &propList)
Called when a field should be inserted.
Definition: RVNGDummyTextGenerator.cpp:132
void defineSectionStyle(const RVNGPropertyList &propList)
Definition: RVNGDummyTextGenerator.cpp:104
void closeTable()
Called when the current table is closed.
Definition: RVNGDummyTextGenerator.cpp:216
void closeFooter()
Called when a footer should be closed.
Definition: RVNGDummyTextGenerator.cpp:68
void closePageSpan()
Called when a page span is closed.
Definition: RVNGDummyTextGenerator.cpp:52
void openUnorderedListLevel(const RVNGPropertyList &propList)
Called when a new unordered list level should be opened.
Definition: RVNGDummyTextGenerator.cpp:140
void defineGraphicStyle(const librevenge::RVNGPropertyList &propList)
Definition: RVNGDummyTextGenerator.cpp:236
void closeFrame()
Called when the current positioned box is closed.
Definition: RVNGDummyTextGenerator.cpp:224
Definition: RVNGPropertyList.h:39
void closeHeader()
Called when a header should be closed.
Definition: RVNGDummyTextGenerator.cpp:60
void closeTableCell()
Called when the current table cell is closed.
Definition: RVNGDummyTextGenerator.cpp:208
void closeTextBox()
Called when a text box should be closed.
Definition: RVNGDummyTextGenerator.cpp:188
~RVNGDummyTextGenerator()
Definition: RVNGDummyTextGenerator.cpp:24
void defineEmbeddedFont(const RVNGPropertyList &propList)
Called when an embedded font should be defined.
Definition: RVNGDummyTextGenerator.cpp:44
void openFrame(const RVNGPropertyList &propList)
Called when a positioned box should be opened.
Definition: RVNGDummyTextGenerator.cpp:220
void drawEllipse(const librevenge::RVNGPropertyList &propList)
Definition: RVNGDummyTextGenerator.cpp:244
Definition: RVNGTextInterface.h:40
void closeFootnote()
Called when a footnote should be closed.
Definition: RVNGDummyTextGenerator.cpp:164
void openOrderedListLevel(const RVNGPropertyList &propList)
Called when a new ordered list level should be opened.
Definition: RVNGDummyTextGenerator.cpp:136
UTF-8 string.
Definition: RVNGString.h:34
void openPageSpan(const RVNGPropertyList &propList)
Called when a new page span is opened.
Definition: RVNGDummyTextGenerator.cpp:48
RVNGDummyTextGenerator & operator=(const RVNGDummyTextGenerator &other)
void defineParagraphStyle(const RVNGPropertyList &propList)
Definition: RVNGDummyTextGenerator.cpp:72
Definition: RVNGDummyTextGenerator.h:26
void closeEndnote()
Called when a endnote should be closed.
Definition: RVNGDummyTextGenerator.cpp:172
void insertSpace()
Called when an explicit space should be inserted.
Definition: RVNGDummyTextGenerator.cpp:120
void openListElement(const RVNGPropertyList &propList)
Called when a list element should be opened.
Definition: RVNGDummyTextGenerator.cpp:152
void openParagraph(const RVNGPropertyList &propList)
Called when a new paragraph is opened.
Definition: RVNGDummyTextGenerator.cpp:76
void closeComment()
Called when a comment or annotation should be closed.
Definition: RVNGDummyTextGenerator.cpp:180
void openFootnote(const RVNGPropertyList &propList)
Called when a footnote should be opened (a sub-document will be placed inside of it)
Definition: RVNGDummyTextGenerator.cpp:160
void openSection(const RVNGPropertyList &propList)
Called when a new section is opened.
Definition: RVNGDummyTextGenerator.cpp:108
void setDocumentMetaData(const RVNGPropertyList &propList)
Called when all document metadata should be set.
Definition: RVNGDummyTextGenerator.cpp:28
void closeListElement()
Called when a list element should be closed.
Definition: RVNGDummyTextGenerator.cpp:156
void openTable(const RVNGPropertyList &propList)
Called when a table should be opened.
Definition: RVNGDummyTextGenerator.cpp:192
void openGroup(const librevenge::RVNGPropertyList &propList)
Definition: RVNGDummyTextGenerator.cpp:228
void closeSpan()
Called when a text span is closed.
Definition: RVNGDummyTextGenerator.cpp:92
RVNGDummyTextGenerator()
Definition: RVNGDummyTextGenerator.cpp:20
void definePageStyle(const RVNGPropertyList &propList)
Definition: RVNGDummyTextGenerator.cpp:40
void openTextBox(const RVNGPropertyList &propList)
Called when a text box should be opened (a sub-document will be placed inside of it)
Definition: RVNGDummyTextGenerator.cpp:184
void drawConnector(const RVNGPropertyList &propList)
Draw a connector.
Definition: RVNGDummyTextGenerator.cpp:260
void insertLineBreak()
Called when a line break should be inserted.
Definition: RVNGDummyTextGenerator.cpp:128
Definition: RVNGBinaryData.cpp:40
void openSpan(const RVNGPropertyList &propList)
Called when a text span is opened.
Definition: RVNGDummyTextGenerator.cpp:88
void drawRectangle(const librevenge::RVNGPropertyList &propList)
Definition: RVNGDummyTextGenerator.cpp:240
void closeLink()
Called when the current link is closed.
Definition: RVNGDummyTextGenerator.cpp:100
void endDocument()
Called at the end of the parsing process.
Definition: RVNGDummyTextGenerator.cpp:36
void openTableCell(const RVNGPropertyList &propList)
Called when a new table cell is opened.
Definition: RVNGDummyTextGenerator.cpp:204
void drawPolygon(const librevenge::RVNGPropertyList &propList)
Definition: RVNGDummyTextGenerator.cpp:248
void drawPath(const librevenge::RVNGPropertyList &propList)
Definition: RVNGDummyTextGenerator.cpp:256
void closeSection()
Called when a section is closed.
Definition: RVNGDummyTextGenerator.cpp:112
#define REVENGE_GENERATORS_API
Definition: librevenge-generators-api.h:34
void closeUnorderedListLevel()
Called when an ununordered list level should be closed.
Definition: RVNGDummyTextGenerator.cpp:148
void closeGroup()
Definition: RVNGDummyTextGenerator.cpp:232
void openFooter(const RVNGPropertyList &propList)
Called when a footer should be opened (a sub-document will be placed inside of it).
Definition: RVNGDummyTextGenerator.cpp:64
void insertText(const RVNGString &text)
Called when a string of text should be inserted.
Definition: RVNGDummyTextGenerator.cpp:124
void openEndnote(const RVNGPropertyList &propList)
Called when a endnote should be opened (a sub-document will be placed inside of it)
Definition: RVNGDummyTextGenerator.cpp:168
void insertBinaryObject(const RVNGPropertyList &propList)
Called when a binary object should be inserted.
Definition: RVNGDummyTextGenerator.cpp:264
void openTableRow(const RVNGPropertyList &propList)
Called when a new table row is opened.
Definition: RVNGDummyTextGenerator.cpp:196
void startDocument(const RVNGPropertyList &propList)
Called at the start of the parsing process.
Definition: RVNGDummyTextGenerator.cpp:32
Generated for librevenge by
doxygen 1.8.20