public interface ITextToHtmlConversionOptions
Options for extracting HTML from the Pptx text.
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.
|
boolean getAddClipboardFragmentHeader()
Returns or sets value, indicating if Clipboard headers should be added.
Read/write boolean
.
void setAddClipboardFragmentHeader(boolean value)
Returns or sets value, indicating if Clipboard headers should be added.
Read/write boolean
.
int getTextInheritanceLimit()
Returns or sets inhering depth for text properties.
Read/write TextInheritanceLimit
(getTextInheritanceLimit()
/setTextInheritanceLimit(int)
).
void setTextInheritanceLimit(int value)
Returns or sets inhering depth for text properties.
Read/write TextInheritanceLimit
(getTextInheritanceLimit()
/setTextInheritanceLimit(int)
).
ILinkEmbedController getLinkEmbedController()
Returns or sets a callback object which controlls how external object will be stored.
Read/write ILinkEmbedController
.
void setLinkEmbedController(ILinkEmbedController value)
Returns or sets a callback object which controlls how external object will be stored.
Read/write ILinkEmbedController
.
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
.
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
.