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. More... | |
void | registerEmbeddedImageHandler (const librevenge::RVNGString &mimeType, ABWEmbeddedImage imageHandler) |
Registers a handler for embedded images. More... | |
void | registerEmbeddedObjectHandler (const librevenge::RVNGString &mimeType, ABWEmbeddedObject objectHandler) |
Registers a handler for embedded objects. More... | |
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 | ) |
|
final |
|
private |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
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 |
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 |
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 |
|
final |
|
final |
|
private |