Inherits Object.
Public Member Functions | |
System::String | Convert (System::String html, HyperlinkRenderingCallback hyperlinkRenderingCallback) |
System::String | Convert (System::String html, bool showUrl) |
Converts the given HTML to plain text and returns the result. More... | |
HtmlToTextConverter () | |
Protected Member Functions | |
bool | get_EndOfText () |
System::String | PeekTag () |
System::String | ParseTag (bool showUrl, bool &isHidden) |
void | EatInnerContent (System::String tag, bool showUrl) |
char16_t | Peek () |
void | MoveAhead () |
void | EatWhitespace () |
void | EatWhitespaceToNextLine () |
bool | EatQuotedValue (System::String &result) |
Aspose::Email::Common::Transform::HtmlToTextConverter::HtmlToTextConverter | ( | ) |
System::String Aspose::Email::Common::Transform::HtmlToTextConverter::Convert | ( | System::String | html, |
bool | showUrl | ||
) |
Converts the given HTML to plain text and returns the result.
html | HTML to be converted |
System::String Aspose::Email::Common::Transform::HtmlToTextConverter::Convert | ( | System::String | html, |
HyperlinkRenderingCallback | hyperlinkRenderingCallback | ||
) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |