TextToHtmlConversionOptions

TextToHtmlConversionOptions class

Options for extracting HTML from the Pptx text.

public sealed class TextToHtmlConversionOptions : ITextToHtmlConversionOptions

Constructors

NameDescription
TextToHtmlConversionOptions()The default constructor.

Properties

NameDescription
AddClipboardFragmentHeader { get; set; }Returns or sets value, indicating if Clipboard headers should be added. Read/write Boolean.
EncodingName { get; set; }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.
LinkEmbedController { get; set; }Returns or sets a callback object which controlls how external object will be stored. Read/write ILinkEmbedController.
TextInheritanceLimit { get; set; }Returns or sets inhering depth for text properties. Read/write TextInheritanceLimit.

See Also