21#ifndef RVNGHTMLTEXTGENERATOR_H
22#define RVNGHTMLTEXTGENERATOR_H
void closeGroup()
Definition RVNGHTMLTextGenerator.cpp:742
void openTable(const RVNGPropertyList &propList)
Called when a table should be opened.
Definition RVNGHTMLTextGenerator.cpp:680
void openGroup(const librevenge::RVNGPropertyList &propList)
Definition RVNGHTMLTextGenerator.cpp:741
void insertSpace()
Called when an explicit space should be inserted.
Definition RVNGHTMLTextGenerator.cpp:560
void closeUnorderedListLevel()
Called when an ununordered list level should be closed.
Definition RVNGHTMLTextGenerator.cpp:593
void closeTable()
Called when the current table is closed.
Definition RVNGHTMLTextGenerator.cpp:729
void openOrderedListLevel(const RVNGPropertyList &propList)
Called when a new ordered list level should be opened.
Definition RVNGHTMLTextGenerator.cpp:567
void closeSpan()
Called when a text span is closed.
Definition RVNGHTMLTextGenerator.cpp:501
void closeFrame()
Called when the current positioned box is closed.
Definition RVNGHTMLTextGenerator.cpp:739
void closeComment()
Called when a comment or annotation should be closed.
Definition RVNGHTMLTextGenerator.cpp:657
void openHeader(const RVNGPropertyList &propList)
Called when a header should be opened (a sub-document will be placed inside of it).
Definition RVNGHTMLTextGenerator.cpp:427
void openTextBox(const RVNGPropertyList &propList)
Called when a text box should be opened (a sub-document will be placed inside of it)
Definition RVNGHTMLTextGenerator.cpp:664
void defineEmbeddedFont(const RVNGPropertyList &propList)
Called when an embedded font should be defined.
Definition RVNGHTMLTextGenerator.cpp:412
void openFrame(const RVNGPropertyList &propList)
Called when a positioned box should be opened.
Definition RVNGHTMLTextGenerator.cpp:738
RVNGHTMLTextGenerator(RVNGString &document)
Definition RVNGHTMLTextGenerator.cpp:349
void defineGraphicStyle(const librevenge::RVNGPropertyList &propList)
Definition RVNGHTMLTextGenerator.cpp:744
void drawEllipse(const librevenge::RVNGPropertyList &propList)
Definition RVNGHTMLTextGenerator.cpp:746
void startDocument(const RVNGPropertyList &propList)
Called at the start of the parsing process.
Definition RVNGHTMLTextGenerator.cpp:385
void insertEquation(const RVNGPropertyList &propList)
Called when a mathml object should be inserted.
Definition RVNGHTMLTextGenerator.cpp:753
void closeHeader()
Called when a header should be closed.
Definition RVNGHTMLTextGenerator.cpp:432
void setDocumentMetaData(const RVNGPropertyList &propList)
Called when all document metadata should be set.
Definition RVNGHTMLTextGenerator.cpp:358
void drawPolyline(const librevenge::RVNGPropertyList &propList)
Definition RVNGHTMLTextGenerator.cpp:748
void closeTextBox()
Called when a text box should be closed.
Definition RVNGHTMLTextGenerator.cpp:673
void closeTableRow()
Called when the current table row is closed.
Definition RVNGHTMLTextGenerator.cpp:699
void openEndnote(const RVNGPropertyList &propList)
Called when a endnote should be opened (a sub-document will be placed inside of it)
Definition RVNGHTMLTextGenerator.cpp:632
void closeTableCell()
Called when the current table cell is closed.
Definition RVNGHTMLTextGenerator.cpp:720
void drawPolygon(const librevenge::RVNGPropertyList &propList)
Definition RVNGHTMLTextGenerator.cpp:747
void openTableRow(const RVNGPropertyList &propList)
Called when a new table row is opened.
Definition RVNGHTMLTextGenerator.cpp:692
void endDocument()
Called at the end of the parsing process.
Definition RVNGHTMLTextGenerator.cpp:389
void drawPath(const librevenge::RVNGPropertyList &propList)
Definition RVNGHTMLTextGenerator.cpp:749
RVNGHTMLTextGenerator & operator=(const RVNGHTMLTextGenerator &)
void openFootnote(const RVNGPropertyList &propList)
Called when a footnote should be opened (a sub-document will be placed inside of it)
Definition RVNGHTMLTextGenerator.cpp:616
void openTableCell(const RVNGPropertyList &propList)
Called when a new table cell is opened.
Definition RVNGHTMLTextGenerator.cpp:706
void openFooter(const RVNGPropertyList &propList)
Called when a footer should be opened (a sub-document will be placed inside of it).
Definition RVNGHTMLTextGenerator.cpp:438
void defineSectionStyle(const RVNGPropertyList &)
Definition RVNGHTMLTextGenerator.cpp:448
void openListElement(const RVNGPropertyList &propList)
Called when a list element should be opened.
Definition RVNGHTMLTextGenerator.cpp:602
void insertTab()
Called when a TAB character should be inserted.
Definition RVNGHTMLTextGenerator.cpp:530
void closeLink()
Called when the current link is closed.
Definition RVNGHTMLTextGenerator.cpp:523
void openPageSpan(const RVNGPropertyList &propList)
Called when a new page span is opened.
Definition RVNGHTMLTextGenerator.cpp:416
void defineCharacterStyle(const RVNGPropertyList &)
Definition RVNGHTMLTextGenerator.cpp:488
void insertBinaryObject(const RVNGPropertyList &propList)
Called when a binary object should be inserted.
Definition RVNGHTMLTextGenerator.cpp:752
void defineParagraphStyle(const RVNGPropertyList &)
Definition RVNGHTMLTextGenerator.cpp:452
RVNGHTMLTextGeneratorImpl * m_impl
Definition RVNGHTMLTextGenerator.h:118
void openLink(const RVNGPropertyList &propList)
Called when a link should be opened.
Definition RVNGHTMLTextGenerator.cpp:508
RVNGHTMLTextGenerator(const RVNGHTMLTextGenerator &)
void insertField(const RVNGPropertyList &propList)
Called when a field should be inserted.
Definition RVNGHTMLTextGenerator.cpp:546
void openUnorderedListLevel(const RVNGPropertyList &propList)
Called when a new unordered list level should be opened.
Definition RVNGHTMLTextGenerator.cpp:584
void closeSection()
Called when a section is closed.
Definition RVNGHTMLTextGenerator.cpp:450
void closePageSpan()
Called when a page span is closed.
Definition RVNGHTMLTextGenerator.cpp:421
void drawConnector(const RVNGPropertyList &propList)
Draw a connector.
Definition RVNGHTMLTextGenerator.cpp:750
void closeEndnote()
Called when a endnote should be closed.
Definition RVNGHTMLTextGenerator.cpp:641
void drawRectangle(const librevenge::RVNGPropertyList &propList)
Definition RVNGHTMLTextGenerator.cpp:745
void insertText(const RVNGString &text)
Called when a string of text should be inserted.
Definition RVNGHTMLTextGenerator.cpp:553
void openSpan(const RVNGPropertyList &propList)
Called when a text span is opened.
Definition RVNGHTMLTextGenerator.cpp:493
void definePageStyle(const RVNGPropertyList &)
Definition RVNGHTMLTextGenerator.cpp:425
void openParagraph(const RVNGPropertyList &propList)
Called when a new paragraph is opened.
Definition RVNGHTMLTextGenerator.cpp:460
void openSection(const RVNGPropertyList &propList)
Called when a new section is opened.
Definition RVNGHTMLTextGenerator.cpp:449
void closeOrderedListLevel()
Called when an unordered list level should be closed.
Definition RVNGHTMLTextGenerator.cpp:576
void openComment(const RVNGPropertyList &propList)
Called when a comment or annotation should be opened (a sub-document will be placed inside of it)
Definition RVNGHTMLTextGenerator.cpp:648
void insertLineBreak()
Called when a line break should be inserted.
Definition RVNGHTMLTextGenerator.cpp:539
void closeFootnote()
Called when a footnote should be closed.
Definition RVNGHTMLTextGenerator.cpp:625
void insertCoveredTableCell(const RVNGPropertyList &propList)
Called when a covered (spanned by another cell in the table) table cell is opened.
Definition RVNGHTMLTextGenerator.cpp:727
void closeFooter()
Called when a footer should be closed.
Definition RVNGHTMLTextGenerator.cpp:443
void closeParagraph()
Called when a paragraph is closed.
Definition RVNGHTMLTextGenerator.cpp:479
void closeListElement()
Called when a list element should be closed.
Definition RVNGHTMLTextGenerator.cpp:609
Definition RVNGPropertyList.h:39
UTF-8 string.
Definition RVNGString.h:34
Definition RVNGTextInterface.h:40
#define REVENGE_GENERATORS_API
Definition librevenge-generators-api.h:34
Definition RVNGBinaryData.cpp:40
the internal state of a html document generator
Definition RVNGHTMLTextGenerator.cpp:247