Enum TextEncoding

Namespace TallComponents.PDF.Layout.Paragraphs

This enum specifies if and howto the HTML content (text property only) should be decoded before processed.

This is needed if you want to include non wellformed HTML or wellformed HTML with a CDATA section into XML.

Fields


None
The HTML content (text property only) will not be processed. (default)

Base64
The HTML content (text property only) will be base64 decoded, before other processing will be done.

Html
The HTML content (text property only) will be HTML decoded, before other processing will be done.