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