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:67
void drawPath(const RVNGPropertyList &)
Definition RVNGTextDrawingGenerator.cpp:81
void insertSpace()
Called when an explicit space should be inserted.
Definition RVNGTextDrawingGenerator.cpp:112
void insertText(const RVNGString &text)
Called when a string of text should be inserted.
Definition RVNGTextDrawingGenerator.cpp:114
void openOrderedListLevel(const RVNGPropertyList &propList)
Called when a new ordered list level should be opened.
Definition RVNGTextDrawingGenerator.cpp:87
void endPage()
Definition RVNGTextDrawingGenerator.cpp:53
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:93
void insertCoveredTableCell(const RVNGPropertyList &propList)
Called when a covered (spanned by another cell in the table) table cell is opened.
Definition RVNGTextDrawingGenerator.cpp:127
void endTextObject()
Definition RVNGTextDrawingGenerator.cpp:85
void startTextObject(const RVNGPropertyList &)
Definition RVNGTextDrawingGenerator.cpp:84
void startPage(const RVNGPropertyList &)
Definition RVNGTextDrawingGenerator.cpp:51
void closeSpan()
Called when a text span is closed.
Definition RVNGTextDrawingGenerator.cpp:106
void startEmbeddedGraphics(const RVNGPropertyList &)
Definition RVNGTextDrawingGenerator.cpp:69
void drawRectangle(const RVNGPropertyList &)
Definition RVNGTextDrawingGenerator.cpp:77
void closeListElement()
Called when a list element should be closed.
Definition RVNGTextDrawingGenerator.cpp:94
void drawPolyline(const RVNGPropertyList &)
Definition RVNGTextDrawingGenerator.cpp:79
void openParagraph(const RVNGPropertyList &propList)
Called when a new paragraph is opened.
Definition RVNGTextDrawingGenerator.cpp:97
void endEmbeddedGraphics()
Definition RVNGTextDrawingGenerator.cpp:70
void closeTableRow()
Called when the current table row is closed.
Definition RVNGTextDrawingGenerator.cpp:124
void openSpan(const RVNGPropertyList &propList)
Called when a text span is opened.
Definition RVNGTextDrawingGenerator.cpp:105
void endLayer()
Definition RVNGTextDrawingGenerator.cpp:68
void setDocumentMetaData(const RVNGPropertyList &propList)
Called when all document metadata should be set.
Definition RVNGTextDrawingGenerator.cpp:49
void endMasterPage()
Definition RVNGTextDrawingGenerator.cpp:61
void setStyle(const RVNGPropertyList &)
Definition RVNGTextDrawingGenerator.cpp:75
void drawConnector(const RVNGPropertyList &propList)
Draw a connector.
Definition RVNGTextDrawingGenerator.cpp:83
void openTableCell(const RVNGPropertyList &propList)
Called when a new table cell is opened.
Definition RVNGTextDrawingGenerator.cpp:125
RVNGTextDrawingGenerator & operator=(const RVNGTextDrawingGenerator &other)
void defineEmbeddedFont(const RVNGPropertyList &propList)
Called when an embedded font should be defined.
Definition RVNGTextDrawingGenerator.cpp:50
void openUnorderedListLevel(const RVNGPropertyList &propList)
Called when a new unordered list level should be opened.
Definition RVNGTextDrawingGenerator.cpp:90
void drawPolygon(const RVNGPropertyList &)
Definition RVNGTextDrawingGenerator.cpp:80
void drawGraphicObject(const RVNGPropertyList &)
Called when a binary/raster object should be inserted.
Definition RVNGTextDrawingGenerator.cpp:82
void closeOrderedListLevel()
Called when an unordered list level should be closed.
Definition RVNGTextDrawingGenerator.cpp:88
void closeGroup()
Definition RVNGTextDrawingGenerator.cpp:73
void endDocument()
Definition RVNGTextDrawingGenerator.cpp:48
void openTableRow(const RVNGPropertyList &propList)
Called when a new table row is opened.
Definition RVNGTextDrawingGenerator.cpp:123
void insertField(const RVNGPropertyList &propList)
Called when a field should be inserted.
Definition RVNGTextDrawingGenerator.cpp:120
void drawEllipse(const RVNGPropertyList &)
Definition RVNGTextDrawingGenerator.cpp:78
void openLink(const RVNGPropertyList &propList)
Called when a link should be opened.
Definition RVNGTextDrawingGenerator.cpp:108
void defineCharacterStyle(const RVNGPropertyList &propList)
Definition RVNGTextDrawingGenerator.cpp:104
void insertLineBreak()
Called when a line break should be inserted.
Definition RVNGTextDrawingGenerator.cpp:119
void closeLink()
Called when the current link is closed.
Definition RVNGTextDrawingGenerator.cpp:109
void closeTableCell()
Called when the current table cell is closed.
Definition RVNGTextDrawingGenerator.cpp:126
void defineParagraphStyle(const RVNGPropertyList &propList)
Definition RVNGTextDrawingGenerator.cpp:96
void startTableObject(const RVNGPropertyList &propList)
Called when a table should be opened.
Definition RVNGTextDrawingGenerator.cpp:122
void startMasterPage(const RVNGPropertyList &propList)
Definition RVNGTextDrawingGenerator.cpp:59
void startDocument(const RVNGPropertyList &propList)
Definition RVNGTextDrawingGenerator.cpp:47
void insertTab()
Called when a TAB character should be inserted.
Definition RVNGTextDrawingGenerator.cpp:111
void endTableObject()
Called when the current table is closed.
Definition RVNGTextDrawingGenerator.cpp:128
void closeParagraph()
Called when a paragraph is closed.
Definition RVNGTextDrawingGenerator.cpp:99
void closeUnorderedListLevel()
Called when an ununordered list level should be closed.
Definition RVNGTextDrawingGenerator.cpp:91
void openGroup(const RVNGPropertyList &propList)
Definition RVNGTextDrawingGenerator.cpp:72
#define REVENGE_GENERATORS_API
Definition librevenge-generators-api.h:34
Definition RVNGBinaryData.cpp:39
Definition RVNGTextDrawingGenerator.cpp:24