|
Scribus Epub Export Plugin
|
collect the content of the Xhtml files that are to be added to the epub file. More...
#include <epubexportXhtml.h>


Public Member Functions | |
| void | initialize (QString language, QString title, QString styleUrl) |
| create the xhtml document structure and give access to xhtmlBody where addText and addImage will add the content More... | |
| QString | getString () |
| Get the Xhtml file as a string. More... | |
| QDomDocument | getQDomDocument () |
| void | addContentText (QList< QDomElement > content) |
| Append the content one paragraph at a time. | |
| void | addContentImage (ScribusAPIDocumentItemImageWeb image) |
collect the content of the Xhtml files that are to be added to the epub file.
| void EpubExportXhtml::addContentImage | ( | ScribusAPIDocumentItemImageWeb | image | ) |
Add one image.
| QString EpubExportXhtml::getString | ( | ) |
Get the Xhtml file as a string.
TODO:
| void EpubExportXhtml::initialize | ( | QString | language, |
| QString | title, | ||
| QString | styleUrl | ||
| ) |
create the xhtml document structure and give access to xhtmlBody where addText and addImage will add the content
1.8.11