15#ifndef RVNGTEXTDRAWINGGENERATOR_H
16#define RVNGTEXTDRAWINGGENERATOR_H
Definition RVNGDrawingInterface.h:32
Definition RVNGPropertyList.h:39
Definition RVNGStringVector.h:33
UTF-8 string.
Definition RVNGString.h:34
void startLayer(const RVNGPropertyList &)
Definition RVNGTextDrawingGenerator.cpp:66
void drawPath(const RVNGPropertyList &)
Definition RVNGTextDrawingGenerator.cpp:80
void insertSpace()
Called when an explicit space should be inserted.
Definition RVNGTextDrawingGenerator.cpp:111
void insertText(const RVNGString &text)
Called when a string of text should be inserted.
Definition RVNGTextDrawingGenerator.cpp:113
void openOrderedListLevel(const RVNGPropertyList &propList)
Called when a new ordered list level should be opened.
Definition RVNGTextDrawingGenerator.cpp:86
void endPage()
Definition RVNGTextDrawingGenerator.cpp:52
RVNGTextDrawingGeneratorImpl * m_impl
Definition RVNGTextDrawingGenerator.h:100
RVNGTextDrawingGenerator(const RVNGTextDrawingGenerator &other)
void openListElement(const RVNGPropertyList &propList)
Called when a list element should be opened.
Definition RVNGTextDrawingGenerator.cpp:92
void insertCoveredTableCell(const RVNGPropertyList &propList)
Called when a covered (spanned by another cell in the table) table cell is opened.
Definition RVNGTextDrawingGenerator.cpp:126
void endTextObject()
Definition RVNGTextDrawingGenerator.cpp:84
void startTextObject(const RVNGPropertyList &)
Definition RVNGTextDrawingGenerator.cpp:83
void startPage(const RVNGPropertyList &)
Definition RVNGTextDrawingGenerator.cpp:50
void closeSpan()
Called when a text span is closed.
Definition RVNGTextDrawingGenerator.cpp:105
void startEmbeddedGraphics(const RVNGPropertyList &)
Definition RVNGTextDrawingGenerator.cpp:68
void drawRectangle(const RVNGPropertyList &)
Definition RVNGTextDrawingGenerator.cpp:76
void closeListElement()
Called when a list element should be closed.
Definition RVNGTextDrawingGenerator.cpp:93
void drawPolyline(const RVNGPropertyList &)
Definition RVNGTextDrawingGenerator.cpp:78
void openParagraph(const RVNGPropertyList &propList)
Called when a new paragraph is opened.
Definition RVNGTextDrawingGenerator.cpp:96
void endEmbeddedGraphics()
Definition RVNGTextDrawingGenerator.cpp:69
void closeTableRow()
Called when the current table row is closed.
Definition RVNGTextDrawingGenerator.cpp:123
void openSpan(const RVNGPropertyList &propList)
Called when a text span is opened.
Definition RVNGTextDrawingGenerator.cpp:104
void endLayer()
Definition RVNGTextDrawingGenerator.cpp:67
void setDocumentMetaData(const RVNGPropertyList &propList)
Called when all document metadata should be set.
Definition RVNGTextDrawingGenerator.cpp:48
void endMasterPage()
Definition RVNGTextDrawingGenerator.cpp:60
void setStyle(const RVNGPropertyList &)
Definition RVNGTextDrawingGenerator.cpp:74
void drawConnector(const RVNGPropertyList &propList)
Draw a connector.
Definition RVNGTextDrawingGenerator.cpp:82
void openTableCell(const RVNGPropertyList &propList)
Called when a new table cell is opened.
Definition RVNGTextDrawingGenerator.cpp:124
RVNGTextDrawingGenerator & operator=(const RVNGTextDrawingGenerator &other)
void defineEmbeddedFont(const RVNGPropertyList &propList)
Called when an embedded font should be defined.
Definition RVNGTextDrawingGenerator.cpp:49
void openUnorderedListLevel(const RVNGPropertyList &propList)
Called when a new unordered list level should be opened.
Definition RVNGTextDrawingGenerator.cpp:89
void drawPolygon(const RVNGPropertyList &)
Definition RVNGTextDrawingGenerator.cpp:79
void drawGraphicObject(const RVNGPropertyList &)
Called when a binary/raster object should be inserted.
Definition RVNGTextDrawingGenerator.cpp:81
void closeOrderedListLevel()
Called when an unordered list level should be closed.
Definition RVNGTextDrawingGenerator.cpp:87
void closeGroup()
Definition RVNGTextDrawingGenerator.cpp:72
void endDocument()
Definition RVNGTextDrawingGenerator.cpp:47
void openTableRow(const RVNGPropertyList &propList)
Called when a new table row is opened.
Definition RVNGTextDrawingGenerator.cpp:122
void insertField(const RVNGPropertyList &propList)
Called when a field should be inserted.
Definition RVNGTextDrawingGenerator.cpp:119
void drawEllipse(const RVNGPropertyList &)
Definition RVNGTextDrawingGenerator.cpp:77
void openLink(const RVNGPropertyList &propList)
Called when a link should be opened.
Definition RVNGTextDrawingGenerator.cpp:107
void defineCharacterStyle(const RVNGPropertyList &propList)
Definition RVNGTextDrawingGenerator.cpp:103
void insertLineBreak()
Called when a line break should be inserted.
Definition RVNGTextDrawingGenerator.cpp:118
void closeLink()
Called when the current link is closed.
Definition RVNGTextDrawingGenerator.cpp:108
void closeTableCell()
Called when the current table cell is closed.
Definition RVNGTextDrawingGenerator.cpp:125
void defineParagraphStyle(const RVNGPropertyList &propList)
Definition RVNGTextDrawingGenerator.cpp:95
void startTableObject(const RVNGPropertyList &propList)
Called when a table should be opened.
Definition RVNGTextDrawingGenerator.cpp:121
void startMasterPage(const RVNGPropertyList &propList)
Definition RVNGTextDrawingGenerator.cpp:58
void startDocument(const RVNGPropertyList &propList)
Definition RVNGTextDrawingGenerator.cpp:46
void insertTab()
Called when a TAB character should be inserted.
Definition RVNGTextDrawingGenerator.cpp:110
void endTableObject()
Called when the current table is closed.
Definition RVNGTextDrawingGenerator.cpp:127
void closeParagraph()
Called when a paragraph is closed.
Definition RVNGTextDrawingGenerator.cpp:98
void closeUnorderedListLevel()
Called when an ununordered list level should be closed.
Definition RVNGTextDrawingGenerator.cpp:90
void openGroup(const RVNGPropertyList &propList)
Definition RVNGTextDrawingGenerator.cpp:71
#define REVENGE_GENERATORS_API
Definition librevenge-generators-api.h:34
Definition RVNGBinaryData.cpp:40
Definition RVNGTextDrawingGenerator.cpp:23