public final class TextToHtmlConversionOptions extends java.lang.Object implements ITextToHtmlConversionOptions
Options for extracting HTML from the Pptx text.
| Constructor and Description |
|---|
TextToHtmlConversionOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAddClipboardFragmentHeader()
Returns or sets value, indicating if Clipboard headers should be added.
|
java.lang.String |
getEncodingName()
Returns or sets html encoding name.
|
ILinkEmbedController |
getLinkEmbedController()
Returns or sets a callback object which controlls how external object will be stored.
|
int |
getTextInheritanceLimit()
Returns or sets inhering depth for text properties.
|
void |
setAddClipboardFragmentHeader(boolean value)
Returns or sets value, indicating if Clipboard headers should be added.
|
void |
setEncodingName(java.lang.String value)
Returns or sets html encoding name.
|
void |
setLinkEmbedController(ILinkEmbedController value)
Returns or sets a callback object which controlls how external object will be stored.
|
void |
setTextInheritanceLimit(int value)
Returns or sets inhering depth for text properties.
|
public final boolean getAddClipboardFragmentHeader()
Returns or sets value, indicating if Clipboard headers should be added.
Read/write boolean.
getAddClipboardFragmentHeader in interface ITextToHtmlConversionOptionspublic final void setAddClipboardFragmentHeader(boolean value)
Returns or sets value, indicating if Clipboard headers should be added.
Read/write boolean.
setAddClipboardFragmentHeader in interface ITextToHtmlConversionOptionspublic final int getTextInheritanceLimit()
Returns or sets inhering depth for text properties.
Read/write TextInheritanceLimit.
getTextInheritanceLimit in interface ITextToHtmlConversionOptionspublic final void setTextInheritanceLimit(int value)
Returns or sets inhering depth for text properties.
Read/write TextInheritanceLimit.
setTextInheritanceLimit in interface ITextToHtmlConversionOptionspublic final ILinkEmbedController getLinkEmbedController()
Returns or sets a callback object which controlls how external object will be stored.
Read/write ILinkEmbedController.
getLinkEmbedController in interface ITextToHtmlConversionOptionspublic final void setLinkEmbedController(ILinkEmbedController value)
Returns or sets a callback object which controlls how external object will be stored.
Read/write ILinkEmbedController.
setLinkEmbedController in interface ITextToHtmlConversionOptionspublic final 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.
getEncodingName in interface ITextToHtmlConversionOptionspublic final 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.
setEncodingName in interface ITextToHtmlConversionOptionsCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.