TextToHtmlConversionOptions

TextToHtmlConversionOptions class

Options for extracting HTML from the Pptx text.

TextToHtmlConversionOptions

NameDescription
TextToHtmlConversionOptions()

Returns: TextToHtmlConversionOptions


getAddClipboardFragmentHeader

NameDescription
getAddClipboardFragmentHeader ()Returns or sets value, indicating if Clipboard headers should be added. Read/write boolean.

Returns: boolean


getEncodingName

NameDescription
getEncodingName ()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.

Returns: String


getLinkEmbedController

NameDescription
getLinkEmbedController ()Returns or sets a callback object which controlls how external object will be stored. Read/write ILinkEmbedController.

Returns: VideoPlayerHtmlController


getTextInheritanceLimit

NameDescription
getTextInheritanceLimit ()Returns or sets inhering depth for text properties. Read/write TextInheritanceLimit.

Returns: int


setAddClipboardFragmentHeader

NameDescription
setAddClipboardFragmentHeader (boolean)Returns or sets value, indicating if Clipboard headers should be added. Read/write boolean.

setEncodingName

NameDescription
setEncodingName (String)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.

setLinkEmbedController

NameDescription
setLinkEmbedController (VideoPlayerHtmlController)Returns or sets a callback object which controlls how external object will be stored. Read/write ILinkEmbedController.

setTextInheritanceLimit

NameDescription
setTextInheritanceLimit (int)Returns or sets inhering depth for text properties. Read/write TextInheritanceLimit.