#include <FB2ContentCollector.h>
libebook::FB2ContentCollector::FB2ContentCollector |
( |
librevenge::RVNGTextInterface * |
m_document, |
|
|
const librevenge::RVNGPropertyList & |
metadata, |
|
|
const FB2ContentMap & |
notes, |
|
|
const FB2ContentMap & |
bitmaps |
|
) |
| |
void libebook::FB2ContentCollector::closeBlock |
( |
| ) |
|
|
privatevirtual |
void libebook::FB2ContentCollector::closeMetadataEntry |
( |
| ) |
|
|
privatevirtual |
void libebook::FB2ContentCollector::closePageSpan |
( |
| ) |
|
|
privatevirtual |
void libebook::FB2ContentCollector::closeParagraph |
( |
| ) |
|
|
privatevirtual |
void libebook::FB2ContentCollector::closeSpan |
( |
| ) |
|
|
privatevirtual |
void libebook::FB2ContentCollector::closeTable |
( |
| ) |
|
|
privatevirtual |
void libebook::FB2ContentCollector::closeTableCell |
( |
| ) |
|
|
privatevirtual |
void libebook::FB2ContentCollector::closeTableRow |
( |
| ) |
|
|
privatevirtual |
void libebook::FB2ContentCollector::defineID |
( |
const char * |
id | ) |
|
|
privatevirtual |
void libebook::FB2ContentCollector::defineMetadataEntry |
( |
const char * |
name, |
|
|
const char * |
value |
|
) |
| |
|
privatevirtual |
void libebook::FB2ContentCollector::insertBitmap |
( |
const char * |
id | ) |
|
|
privatevirtual |
void libebook::FB2ContentCollector::insertBitmapData |
( |
const char * |
contentType, |
|
|
const char * |
base64Data |
|
) |
| |
|
privatevirtual |
void libebook::FB2ContentCollector::insertCoveredTableCell |
( |
| ) |
|
|
privatevirtual |
void libebook::FB2ContentCollector::insertFootnote |
( |
const char * |
id | ) |
|
|
privatevirtual |
void libebook::FB2ContentCollector::insertText |
( |
const char * |
text | ) |
|
|
privatevirtual |
void libebook::FB2ContentCollector::openBlock |
( |
| ) |
|
|
privatevirtual |
void libebook::FB2ContentCollector::openMetadataEntry |
( |
const char * |
name | ) |
|
|
privatevirtual |
void libebook::FB2ContentCollector::openPageSpan |
( |
| ) |
|
|
privatevirtual |
void libebook::FB2ContentCollector::openParagraph |
( |
const FB2BlockFormat & |
format | ) |
|
|
privatevirtual |
void libebook::FB2ContentCollector::openSpan |
( |
const FB2Style & |
style | ) |
|
|
privatevirtual |
void libebook::FB2ContentCollector::openTable |
( |
const FB2BlockFormat & |
format | ) |
|
|
privatevirtual |
void libebook::FB2ContentCollector::openTableCell |
( |
int |
rowspan, |
|
|
int |
colspan |
|
) |
| |
|
privatevirtual |
void libebook::FB2ContentCollector::openTableRow |
( |
const FB2BlockFormat & |
format | ) |
|
|
privatevirtual |
int libebook::FB2ContentCollector::m_currentFootnote |
|
private |
librevenge::RVNGTextInterface* libebook::FB2ContentCollector::m_document |
|
private |
Referenced by closePageSpan(), closeParagraph(), closeSpan(), closeTable(), closeTableCell(), closeTableRow(), insertBitmap(), insertBitmapData(), insertCoveredTableCell(), insertFootnote(), insertText(), openPageSpan(), openParagraph(), openSpan(), openTable(), openTableCell(), and openTableRow().
const librevenge::RVNGPropertyList& libebook::FB2ContentCollector::m_metadata |
|
private |
int libebook::FB2ContentCollector::m_openPara |
|
private |
The documentation for this class was generated from the following files: