#include <epubutils/epub_utils.h>
Public Member Functions | |
| ebEpubOptions () | |
| ebEpubOptions (const ebEpubOptions &options) | |
| void | Init () |
| void | Copy (const ebEpubOptions &options) |
| void | operator= (const ebEpubOptions &options) |
Public Attributes | |
| bool | m_generateEpub |
| bool | m_generateMobiPocket |
| bool | m_generateTitlePage |
| bool | m_generateTOC |
| bool | m_generateGuide |
| bool | m_generateCoverPage |
| bool | m_generateCSS |
| bool | m_expandCoverImage |
| bool | m_allowHtmlInText |
| bool | m_takeTitleFromFirstLine |
| wxString | m_importEncoding |
| int | m_firstLineIndent |
| CSS options. | |
| int | m_paragraphSpacing |
| int | m_compressionLevel |
| ebEpubOptions::ebEpubOptions | ( | ) | [inline] |
| ebEpubOptions::ebEpubOptions | ( | const ebEpubOptions & | options | ) | [inline] |
| void ebEpubOptions::Copy | ( | const ebEpubOptions & | options | ) |
| void ebEpubOptions::Init | ( | ) |
| void ebEpubOptions::operator= | ( | const ebEpubOptions & | options | ) | [inline] |
CSS options.
| wxString ebEpubOptions::m_importEncoding |
1.5.8