com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface ITextToHtmlConversionOptions

  • All Known Implementing Classes:
    TextToHtmlConversionOptions


    public interface ITextToHtmlConversionOptions

    Options for extracting HTML from the Pptx text.

    • Method Detail

      • getAddClipboardFragmentHeader

        boolean getAddClipboardFragmentHeader()

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

      • setAddClipboardFragmentHeader

        void setAddClipboardFragmentHeader(boolean value)

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

      • setLinkEmbedController

        void setLinkEmbedController(ILinkEmbedController value)

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

      • getEncodingName

        java.lang.String 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.

      • setEncodingName

        void setEncodingName(java.lang.String value)

        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.