The IHtmlData represents the result of ENML to HTML conversion: HTML itself plus some metadata.
More...
#include <IHtmlData.h>
The IHtmlData represents the result of ENML to HTML conversion: HTML itself plus some metadata.
◆ html()
| virtual QString quentier::enml::IHtmlData::html |
( |
| ) |
const |
|
nodiscardpure virtual |
HTML representation of note content
◆ numEnCryptNodes()
| virtual quint32 quentier::enml::IHtmlData::numEnCryptNodes |
( |
| ) |
const |
|
nodiscardpure virtual |
Number of en-crypt nodes within note HTML
◆ numEnDecryptedNodes()
| virtual quint32 quentier::enml::IHtmlData::numEnDecryptedNodes |
( |
| ) |
const |
|
nodiscardpure virtual |
Number of decrypted en-crypt nodes within note HTML
◆ numEnToDoNodes()
| virtual quint32 quentier::enml::IHtmlData::numEnToDoNodes |
( |
| ) |
const |
|
nodiscardpure virtual |
Number of ToDo nodes within note HTML
◆ numHyperlinkNodes()
| virtual quint32 quentier::enml::IHtmlData::numHyperlinkNodes |
( |
| ) |
const |
|
nodiscardpure virtual |
Number of hyperlink nodes within note HTML
◆ print()
| QTextStream & quentier::enml::IHtmlData::print |
( |
QTextStream & | strm | ) |
const |
|
overridevirtual |