#include <RVNGTextDrawingGenerator.h>
 
  
 | Public Member Functions | |
| RVNGTextDrawingGenerator (RVNGStringVector &pages) | |
| ~RVNGTextDrawingGenerator () | |
| void | startDocument (const RVNGPropertyList &propList) | 
| void | endDocument () | 
| void | setDocumentMetaData (const RVNGPropertyList &propList) | 
| Called when all document metadata should be set. More... | |
| void | defineEmbeddedFont (const RVNGPropertyList &propList) | 
| Called when an embedded font should be defined More... | |
| void | startPage (const RVNGPropertyList &) | 
| void | endPage () | 
| void | startMasterPage (const RVNGPropertyList &propList) | 
| void | endMasterPage () | 
| void | startLayer (const RVNGPropertyList &) | 
| void | endLayer () | 
| void | startEmbeddedGraphics (const RVNGPropertyList &) | 
| void | endEmbeddedGraphics () | 
| void | openGroup (const RVNGPropertyList &propList) | 
| void | closeGroup () | 
| void | setStyle (const RVNGPropertyList &) | 
| void | drawRectangle (const RVNGPropertyList &) | 
| void | drawEllipse (const RVNGPropertyList &) | 
| void | drawPolyline (const RVNGPropertyList &) | 
| void | drawPolygon (const RVNGPropertyList &) | 
| void | drawPath (const RVNGPropertyList &) | 
| void | drawGraphicObject (const RVNGPropertyList &) | 
| Called when a binary/raster object should be inserted More... | |
| void | drawConnector (const RVNGPropertyList &propList) | 
| Draw a connector.  More... | |
| void | startTextObject (const RVNGPropertyList &) | 
| void | endTextObject () | 
| void | startTableObject (const RVNGPropertyList &propList) | 
| Called when a table should be opened More... | |
| void | openTableRow (const RVNGPropertyList &propList) | 
| Called when a new table row is opened More... | |
| void | closeTableRow () | 
| Called when the current table row is closed More... | |
| void | openTableCell (const RVNGPropertyList &propList) | 
| Called when a new table cell is opened More... | |
| void | closeTableCell () | 
| Called when the current table cell is closed More... | |
| void | insertCoveredTableCell (const RVNGPropertyList &propList) | 
| Called when a covered (spanned by another cell in the table) table cell is opened More... | |
| void | endTableObject () | 
| Called when the current table is closed More... | |
| void | openOrderedListLevel (const RVNGPropertyList &propList) | 
| Called when a new ordered list level should be opened More... | |
| void | closeOrderedListLevel () | 
| Called when an unordered list level should be closed More... | |
| void | openUnorderedListLevel (const RVNGPropertyList &propList) | 
| Called when a new unordered list level should be opened More... | |
| void | closeUnorderedListLevel () | 
| Called when an ununordered list level should be closed More... | |
| void | openListElement (const RVNGPropertyList &propList) | 
| Called when a list element should be opened More... | |
| void | closeListElement () | 
| Called when a list element should be closed More... | |
| void | defineParagraphStyle (const RVNGPropertyList &propList) | 
| void | openParagraph (const RVNGPropertyList &propList) | 
| Called when a new paragraph is opened. More... | |
| void | closeParagraph () | 
| Called when a paragraph is closed. More... | |
| void | defineCharacterStyle (const RVNGPropertyList &propList) | 
| void | openSpan (const RVNGPropertyList &propList) | 
| Called when a text span is opened More... | |
| void | closeSpan () | 
| Called when a text span is closed More... | |
| void | openLink (const RVNGPropertyList &propList) | 
| Called when a link should be opened More... | |
| void | closeLink () | 
| Called when the current link is closed More... | |
| void | insertTab () | 
| Called when a TAB character should be inserted More... | |
| void | insertSpace () | 
| Called when an explicit space should be inserted More... | |
| void | insertText (const RVNGString &text) | 
| Called when a string of text should be inserted More... | |
| void | insertLineBreak () | 
| Called when a line break should be inserted More... | |
| void | insertField (const RVNGPropertyList &propList) | 
| Called when a field should be inserted. More... | |
|  Public Member Functions inherited from librevenge::RVNGDrawingInterface | |
| virtual | ~RVNGDrawingInterface () | 
| Private Member Functions | |
| RVNGTextDrawingGenerator (const RVNGTextDrawingGenerator &other) | |
| RVNGTextDrawingGenerator & | operator= (const RVNGTextDrawingGenerator &other) | 
| Private Attributes | |
| RVNGTextDrawingGeneratorImpl * | m_impl | 
| 
 | private | 
| 
 | explicit | 
| librevenge::RVNGTextDrawingGenerator::~RVNGTextDrawingGenerator | ( | ) | 
| 
 | virtual | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when the current link is closed 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when a list element should be closed 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when an unordered list level should be closed 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when a paragraph is closed. 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when a text span is closed 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when the current table cell is closed 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when the current table row is closed 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when an ununordered list level should be closed 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when an embedded font should be defined 
| propList | A set of properties that specify the font. May contain: 
 | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Draw a connector.
The connector will be typically between two shapes, but free-standing connectors are allowed too.
| propList | Defines a set of properties for the object. May contain: 
 | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when a binary/raster object should be inserted 
| propList | Defines a set of properties for the object. May contain: 
 | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when the current table is closed 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when a covered (spanned by another cell in the table) table cell is opened 
| propList | Property list for the table cell. May contain: 
 | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when a field should be inserted. 
Field types may include:
librevenge:field-type field types may include:text:page-number Current page numbertext:page-count Total # of pages in documentstyle:num-format Type of page number (for page number) Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when a line break should be inserted 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when an explicit space should be inserted 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when a TAB character should be inserted 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when a string of text should be inserted 
| text | A textbuffer encoded as a UTF8 string | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when a link should be opened 
| propList | Defines a set of properties for the link. May contain: 
 | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when a list element should be opened 
| propList | Property list for the paragraph. May contain: 
 | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when a new ordered list level should be opened 
| propList | Defines a set of properties for the list. May contain: 
 | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when a new paragraph is opened. 
This (or openListElement) will always be called before any text or span is placed into the document.
| propList | Property list for the paragraph. May contain: 
 | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when a text span is opened 
| propList | Property list for the span. May contain: 
 | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when a new table cell is opened 
| propList | Property list for the table cell. May contain: 
 | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when a new table row is opened 
| propList | Defines a set of properties for the table row. May contain: 
 | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when a new unordered list level should be opened 
| propList | Defines a set of properties for the list level. May contain: 
 | 
Implements librevenge::RVNGDrawingInterface.
| 
 | private | 
| 
 | virtual | 
Called when all document metadata should be set. 
This is always the first callback made.
| propList | Property list for the metadata. May contain: 
 | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Called when a table should be opened 
| propList | Defines a set of properties for the table. May contain: 
 | 
Implements librevenge::RVNGDrawingInterface.
| 
 | virtual | 
Implements librevenge::RVNGDrawingInterface.
| 
 | private | 
Referenced by closeParagraph(), endMasterPage(), endPage(), insertText(), and ~RVNGTextDrawingGenerator().