A generator for text documents. More...
#include <ABWTextGenerator.hxx>
Public Member Functions | |
ABWTextGenerator (ABWDocumentHandler *pHandler) | |
~ABWTextGenerator () final | |
void | setDocumentMetaData (const librevenge::RVNGPropertyList &propList) final |
void | startDocument (const librevenge::RVNGPropertyList &) final |
void | endDocument () final |
void | defineEmbeddedFont (const librevenge::RVNGPropertyList &propList) final |
void | definePageStyle (const librevenge::RVNGPropertyList &) final |
void | openPageSpan (const librevenge::RVNGPropertyList &propList) final |
void | closePageSpan () final |
void | defineSectionStyle (const librevenge::RVNGPropertyList &) final |
void | openSection (const librevenge::RVNGPropertyList &propList) final |
void | closeSection () final |
void | openHeader (const librevenge::RVNGPropertyList &propList) final |
void | closeHeader () final |
void | openFooter (const librevenge::RVNGPropertyList &propList) final |
void | closeFooter () final |
void | defineParagraphStyle (const librevenge::RVNGPropertyList &propList) final |
void | openParagraph (const librevenge::RVNGPropertyList &propList) final |
void | closeParagraph () final |
void | defineCharacterStyle (const librevenge::RVNGPropertyList &propList) final |
void | openSpan (const librevenge::RVNGPropertyList &propList) final |
void | closeSpan () final |
void | openLink (const librevenge::RVNGPropertyList &propList) final |
void | closeLink () final |
void | insertTab () final |
void | insertSpace () final |
void | insertText (const librevenge::RVNGString &text) final |
void | insertLineBreak () final |
void | insertField (const librevenge::RVNGPropertyList &propList) final |
void | openOrderedListLevel (const librevenge::RVNGPropertyList &propList) final |
void | openUnorderedListLevel (const librevenge::RVNGPropertyList &propList) final |
void | closeOrderedListLevel () final |
void | closeUnorderedListLevel () final |
void | openListElement (const librevenge::RVNGPropertyList &propList) final |
void | closeListElement () final |
void | openFootnote (const librevenge::RVNGPropertyList &propList) final |
void | closeFootnote () final |
void | openEndnote (const librevenge::RVNGPropertyList &propList) final |
void | closeEndnote () final |
void | openComment (const librevenge::RVNGPropertyList &propList) final |
void | closeComment () final |
void | openTextBox (const librevenge::RVNGPropertyList &propList) final |
void | closeTextBox () final |
void | openTable (const librevenge::RVNGPropertyList &propList) final |
void | openTableRow (const librevenge::RVNGPropertyList &propList) final |
void | closeTableRow () final |
void | openTableCell (const librevenge::RVNGPropertyList &propList) final |
void | closeTableCell () final |
void | insertCoveredTableCell (const librevenge::RVNGPropertyList &propList) final |
void | closeTable () final |
void | openGroup (const librevenge::RVNGPropertyList &propList) final |
void | closeGroup () final |
void | defineGraphicStyle (const librevenge::RVNGPropertyList &propList) final |
void | drawRectangle (const librevenge::RVNGPropertyList &propList) final |
void | drawEllipse (const librevenge::RVNGPropertyList &propList) final |
void | drawPolygon (const librevenge::RVNGPropertyList &propList) final |
void | drawPolyline (const librevenge::RVNGPropertyList &propList) final |
void | drawPath (const librevenge::RVNGPropertyList &propList) final |
void | drawConnector (const librevenge::RVNGPropertyList &propList) final |
void | openFrame (const librevenge::RVNGPropertyList &propList) final |
void | closeFrame () final |
void | insertBinaryObject (const librevenge::RVNGPropertyList &propList) final |
void | insertEquation (const librevenge::RVNGPropertyList &propList) final |
void | registerCheckImageHandler (ABWCheckImage checkHandler, bool useAlsoDefaultType) |
Registers a handler to check acceptable mimeType. | |
void | registerEmbeddedImageHandler (const librevenge::RVNGString &mimeType, ABWEmbeddedImage imageHandler) |
Registers a handler for embedded images. | |
void | registerEmbeddedObjectHandler (const librevenge::RVNGString &mimeType, ABWEmbeddedObject objectHandler) |
Registers a handler for embedded objects. | |
Private Member Functions | |
ABWTextGenerator (ABWTextGenerator const &) | |
ABWTextGenerator & | operator= (ABWTextGenerator const &) |
Private Attributes | |
ABWTextGeneratorPrivate * | m_data |
A generator for text documents.
See librevenge
library for documentation of the librevenge::RVNGTextInterface interface.
librvngabw::ABWTextGenerator::ABWTextGenerator | ( | ABWDocumentHandler * | pHandler | ) |
Referenced by ABWTextGenerator(), and operator=().
|
final |
|
private |
|
final |
Referenced by closeComment().
|
final |
Referenced by closeEndnote().
|
final |
Referenced by closeFooter().
|
final |
Referenced by closeFootnote().
|
final |
Referenced by closeFrame().
|
final |
Referenced by closeGroup().
|
final |
Referenced by closeHeader().
|
final |
Referenced by closeLink().
|
final |
Referenced by closeListElement().
|
final |
Referenced by closeOrderedListLevel().
|
final |
Referenced by closePageSpan().
|
final |
Referenced by closeParagraph().
|
final |
Referenced by closeSection().
|
final |
Referenced by closeSpan().
|
final |
Referenced by closeTable().
|
final |
Referenced by closeTableCell().
|
final |
Referenced by closeTableRow().
|
final |
Referenced by closeTextBox().
|
final |
Referenced by closeUnorderedListLevel().
|
final |
Referenced by defineCharacterStyle().
|
final |
Referenced by defineEmbeddedFont().
|
final |
Referenced by defineGraphicStyle().
|
final |
Referenced by definePageStyle().
|
final |
Referenced by defineParagraphStyle().
|
final |
Referenced by defineSectionStyle().
|
final |
Referenced by drawConnector().
|
final |
Referenced by drawEllipse().
|
final |
Referenced by drawPath().
|
final |
Referenced by drawPolygon().
|
final |
Referenced by drawPolyline().
|
final |
Referenced by drawRectangle().
|
final |
Referenced by endDocument().
|
final |
Referenced by insertBinaryObject().
|
final |
Referenced by insertCoveredTableCell().
|
final |
Referenced by insertEquation().
|
final |
Referenced by insertField().
|
final |
Referenced by insertLineBreak().
|
final |
Referenced by insertSpace().
|
final |
Referenced by insertTab().
|
final |
Referenced by insertText().
|
final |
Referenced by openComment().
|
final |
Referenced by openEndnote().
|
final |
Referenced by openFooter().
|
final |
Referenced by openFootnote().
|
final |
Referenced by openFrame().
|
final |
Referenced by openGroup().
|
final |
Referenced by openHeader().
|
final |
Referenced by openLink().
|
final |
Referenced by openListElement().
|
final |
Referenced by openOrderedListLevel().
|
final |
Referenced by openPageSpan().
|
final |
Referenced by openParagraph().
|
final |
Referenced by openSection().
|
final |
Referenced by openSpan().
|
final |
Referenced by openTable().
|
final |
Referenced by openTableCell().
|
final |
Referenced by openTableRow().
|
final |
Referenced by openTextBox().
|
final |
Referenced by openUnorderedListLevel().
|
private |
void librvngabw::ABWTextGenerator::registerCheckImageHandler | ( | ABWCheckImage | checkHandler, |
bool | useAlsoDefaultType ) |
Registers a handler to check acceptable mimeType.
[in] | checkHandler | a function that check is a mime type must be allowed |
[in] | useAlsoDefaultType | a flag to know if we need to use or not the default value |
Referenced by registerCheckImageHandler().
void librvngabw::ABWTextGenerator::registerEmbeddedImageHandler | ( | const librevenge::RVNGString & | mimeType, |
ABWEmbeddedImage | imageHandler ) |
Registers a handler for embedded images.
The handler converts the image to a format suitable for the used ABWDocumentHandler.
[in] | mimeType | MIME type of the image |
[in] | imageHandler | a function that handles processing of the images's data and generating output |
Referenced by registerEmbeddedImageHandler().
void librvngabw::ABWTextGenerator::registerEmbeddedObjectHandler | ( | const librevenge::RVNGString & | mimeType, |
ABWEmbeddedObject | objectHandler ) |
Registers a handler for embedded objects.
[in] | mimeType | MIME type of the object |
[in] | objectHandler | a function that handles processing of the object's data and generating output |
Referenced by registerEmbeddedObjectHandler().
|
final |
Referenced by setDocumentMetaData().
|
final |
Referenced by startDocument().
|
private |