ITextToHtmlConversionOptions Interface

Options for extracting HTML from the Pptx text.

Namespace:  Aspose.Slides.Export
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface ITextToHtmlConversionOptions

The ITextToHtmlConversionOptions type exposes the following members.

Properties
  NameDescription
Public propertyAddClipboardFragmentHeader
Returns or sets value, indicating if Clipboard headers should be added. Read/write Boolean.
Public propertyEncodingName
Returns 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.
Public propertyLinkEmbedController
Returns or sets a callback object which controlls how external object will be stored. Read/write ILinkEmbedController.
Public propertyTextInheritanceLimit
Returns or sets inhering depth for text properties. Read/write TextInheritanceLimit.
See Also