TextToHtmlConversionOptions class

TextToHtmlConversionOptions class

Options for extracting HTML from the Pptx text.

The TextToHtmlConversionOptions type exposes the following members:

Constructors

ConstructorDescription
__init__

Properties

PropertyDescription
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 TextInheritanceLimit.
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 str.

See Also