|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.TextToHtmlConversionOptions
public final class TextToHtmlConversionOptions
Options for extracting HTML from the Pptx text.
Constructor Summary | |
---|---|
TextToHtmlConversionOptions()
|
Method Summary | |
---|---|
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)
|
void |
setEncodingName(java.lang.String value)
|
void |
setLinkEmbedController(ILinkEmbedController value)
|
void |
setTextInheritanceLimit(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextToHtmlConversionOptions()
Method Detail |
---|
public boolean getAddClipboardFragmentHeader()
Returns or sets value, indicating if Clipboard headers should be added.
Read/write bool
.
getAddClipboardFragmentHeader
in interface ITextToHtmlConversionOptions
public void setAddClipboardFragmentHeader(boolean value)
setAddClipboardFragmentHeader
in interface ITextToHtmlConversionOptions
public int getTextInheritanceLimit()
Returns or sets inhering depth for text properties.
Read/write TextInheritanceLimit
.
getTextInheritanceLimit
in interface ITextToHtmlConversionOptions
public void setTextInheritanceLimit(int value)
setTextInheritanceLimit
in interface ITextToHtmlConversionOptions
public ILinkEmbedController getLinkEmbedController()
Returns or sets a callback object which controlls how external object will be stored.
Read/write Export.ILinkEmbedController
.
getLinkEmbedController
in interface ITextToHtmlConversionOptions
public void setLinkEmbedController(ILinkEmbedController value)
setLinkEmbedController
in interface ITextToHtmlConversionOptions
public 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.
getEncodingName
in interface ITextToHtmlConversionOptions
public void setEncodingName(java.lang.String value)
setEncodingName
in interface ITextToHtmlConversionOptions
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |