TextToHtmlConversionOptions

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.ITextToHtmlConversionOptions

public final class TextToHtmlConversionOptions implements ITextToHtmlConversionOptions

Options for extracting HTML from the Pptx text.

Constructors

ConstructorDescription
TextToHtmlConversionOptions()

Methods

MethodDescription
getAddClipboardFragmentHeader()Returns or sets value, indicating if Clipboard headers should be added.
setAddClipboardFragmentHeader(boolean value)Returns or sets value, indicating if Clipboard headers should be added.
getTextInheritanceLimit()Returns or sets inhering depth for text properties.
setTextInheritanceLimit(int value)Returns or sets inhering depth for text properties.
getLinkEmbedController()Returns or sets a callback object which controlls how external object will be stored.
setLinkEmbedController(ILinkEmbedController value)Returns or sets a callback object which controlls how external object will be stored.
getEncodingName()Returns or sets html encoding name.
setEncodingName(String value)Returns or sets html encoding name.

TextToHtmlConversionOptions()

public TextToHtmlConversionOptions()

getAddClipboardFragmentHeader()

public final boolean getAddClipboardFragmentHeader()

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

Returns: boolean

setAddClipboardFragmentHeader(boolean value)

public final void setAddClipboardFragmentHeader(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

getTextInheritanceLimit()

public final int getTextInheritanceLimit()

Returns or sets inhering depth for text properties. Read/write TextInheritanceLimit.

Returns: int

setTextInheritanceLimit(int value)

public final void setTextInheritanceLimit(int value)

Returns or sets inhering depth for text properties. Read/write TextInheritanceLimit.

Parameters:

ParameterTypeDescription
valueint

getLinkEmbedController()

public final ILinkEmbedController getLinkEmbedController()

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

Returns: ILinkEmbedController

setLinkEmbedController(ILinkEmbedController value)

public final void setLinkEmbedController(ILinkEmbedController value)

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

Parameters:

ParameterTypeDescription
valueILinkEmbedController

getEncodingName()

public final 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.

Returns: java.lang.String

setEncodingName(String value)

public final void setEncodingName(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.

Parameters:

ParameterTypeDescription
valuejava.lang.String