ITextToHtmlConversionOptions

ITextToHtmlConversionOptions class

Options for extracting HTML from the Pptx text.

The ITextToHtmlConversionOptions type exposes the following members:

Properties

NameDescription
add_clipboard_fragment_headerReturns or sets value, indicating if Clipboard headers should be added.
Read/write bool.
text_inheritance_limitReturns or sets inhering depth for text properties.
Read/write text_inheritance_limit.
link_embed_controllerReturns or sets a callback object which controlls how external object will be stored.
Read/write ILinkEmbedController.
encoding_nameReturns or sets html encoding name.
This value will be saved to the generated HTML file, but its up to caller to ensure that file will be saved in this encoding.
Read/write string.

See Also