28 #ifndef WPXDOCUMENTINTERFACEIMPL_H
29 #define WPXDOCUMENTINTERFACEIMPL_H
Definition: WPXString.h:32
virtual void closeFrame()=0
Called when the current positioned box is closed.
virtual ~WPXDocumentInterface()
Definition: WPXDocumentInterface.h:45
virtual void defineCharacterStyle(const WPXPropertyList &propList)=0
virtual void closeFooter()=0
Called when a footer should be closed.
virtual void closeTableCell()=0
Called when the current table cell is closed.
virtual void closeHeader()=0
Called when a header should be closed.
virtual void defineParagraphStyle(const WPXPropertyList &propList, const WPXPropertyListVector &tabStops)=0
virtual void defineSectionStyle(const WPXPropertyList &propList, const WPXPropertyListVector &columns)=0
virtual void defineUnorderedListLevel(const WPXPropertyList &propList)=0
Defines an unordered (unenumerated) list level.
virtual void openListElement(const WPXPropertyList &propList, const WPXPropertyListVector &tabStops)=0
Called when a list element should be opened.
Definition: WPXPropertyList.h:37
virtual void openEndnote(const WPXPropertyList &propList)=0
Called when a endnote should be opened (a sub-document will be placed inside of it) ...
virtual void closeComment()=0
Called when a comment or annotation should be closed.
Definition: WPXPropertyListVector.h:35
virtual void openSection(const WPXPropertyList &propList, const WPXPropertyListVector &columns)=0
Called when a new section is opened.
virtual void closeUnorderedListLevel()=0
Called when an ununordered list level should be closed.
virtual void closeParagraph()=0
Called when a paragraph is closed.
virtual void closeSection()=0
Called when a section is closed.
virtual void openTableRow(const WPXPropertyList &propList)=0
Called when a new table row is opened.
virtual void closeSpan()=0
Called when a text span is closed.
virtual void closeEndnote()=0
Called when a endnote should be closed.
virtual void insertTab()=0
Called when a TAB character should be inserted.
virtual void closeTable()=0
Called when the current table is closed.
virtual void closePageSpan()=0
Called when a page span is closed.
virtual void openFrame(const WPXPropertyList &propList)=0
Called when a positioned box should be opened.
Definition: WPXDocumentInterface.h:42
virtual void openParagraph(const WPXPropertyList &propList, const WPXPropertyListVector &tabStops)=0
Called when a new paragraph is opened.
virtual void definePageStyle(const WPXPropertyList &propList)=0
virtual void closeTextBox()=0
Called when a text box should be closed.
virtual void openFootnote(const WPXPropertyList &propList)=0
Called when a footnote should be opened (a sub-document will be placed inside of it) ...
virtual void endDocument()=0
Called at the end of the parsing process.
virtual void insertSpace()=0
Called when an explicit space should be inserted.
virtual void closeOrderedListLevel()=0
Called when an unordered list level should be closed.
virtual void openTableCell(const WPXPropertyList &propList)=0
Called when a new table cell is opened.
virtual void openSpan(const WPXPropertyList &propList)=0
Called when a text span is opened.
virtual void closeListElement()=0
Called when a list element should be closed.
virtual void closeTableRow()=0
Called when the current table row is closed.
virtual void openComment(const WPXPropertyList &propList)=0
Called when a comment or annotation should be opened (a sub-document will be placed inside of it) ...
virtual void defineOrderedListLevel(const WPXPropertyList &propList)=0
Defines an ordered (enumerated) list level.
virtual void insertEquation(const WPXPropertyList &propList, const WPXString &data)=0
Called when a mathml object should be inserted.
Definition: WPXBinaryData.h:34
virtual void openUnorderedListLevel(const WPXPropertyList &propList)=0
Called when a new unordered list level should be opened.
virtual void closeFootnote()=0
Called when a footnote should be closed.
virtual void insertField(const WPXString &type, const WPXPropertyList &propList)=0
Called when a field should be inserted.
virtual void openOrderedListLevel(const WPXPropertyList &propList)=0
Called when a new ordered list level should be opened.
virtual void insertLineBreak()=0
Called when a line break should be inserted.
virtual void setDocumentMetaData(const WPXPropertyList &propList)=0
Called when all document metadata should be set.
virtual void insertCoveredTableCell(const WPXPropertyList &propList)=0
Called when a covered (spanned by another cell in the table) table cell is opened.
virtual void openFooter(const WPXPropertyList &propList)=0
Called when a footer should be opened (a sub-document will be placed inside of it).
virtual void startDocument()=0
Called at the start of the parsing process.
virtual void insertBinaryObject(const WPXPropertyList &propList, const WPXBinaryData &data)=0
Called when a binary object should be inserted.
virtual void openHeader(const WPXPropertyList &propList)=0
Called when a header should be opened (a sub-document will be placed inside of it).
virtual void openTextBox(const WPXPropertyList &propList)=0
Called when a text box should be opened (a sub-document will be placed inside of it) ...
virtual void insertText(const WPXString &text)=0
Called when a string of text should be inserted.
virtual void openTable(const WPXPropertyList &propList, const WPXPropertyListVector &columns)=0
Called when a table should be opened.
virtual void openPageSpan(const WPXPropertyList &propList)=0
Called when a new page span is opened.