Images #
No images available.
About #
GraffitiHTMLExporter is a utility module that is used for converting to and HTML data including entities, inlining CSS data, tag stripping, and more.
Enumerations #
Name |
Values |
|
This class exposes no enumerations. |
Constants #
Name |
Type |
Value |
|
|
This class exposes no constants. |
Events #
Definition |
Description |
|
This class exposes no events. |
Methods #
Definition |
Description |
HTMLEntityDecode( theString as String ) as String |
Decodes HTML Entities in a string. |
HTMLEntityDecodeSkipTags( theString as String ) as String |
Decodes HTML Entities in a string but skips any HTML tags. |
HTMLEntityEncode( theHTML as String ) as String |
Encodes special characters to their corresponding HTML Entities. |
HTMLEntityEncodeSkipTags( theHTML as String ) as String |
Encodes special characters to their corresponding HTML Entities but skips any HTML tags. |
toBBCode( theHTML as String ) as String |
Converts HTML to corresponding BBCode format. |
toEmail( theHTML as String, replaceEmbedsWithURL as Boolean ) as String |
Converts HTML to plain-text email format. |
toInlineStyles(htmlContent as String, returnOnlyBody as Boolean = True) |
Converts all HTML+CSS to include all possible styles inline. |
toMarkdown( theHTML as String ) as String |
Converts HTML to Markdown formatted plain-text. |
Properties #
Name |
Type |
Default Value |
Description |
|
|
|
This classes exposes no properties. |
Examples #
There are currently no examples for this class.