com.aspose.slides
Class TextToHtmlConversionOptions

java.lang.Object
  extended by com.aspose.slides.TextToHtmlConversionOptions
All Implemented Interfaces:
ITextToHtmlConversionOptions

public final class TextToHtmlConversionOptions
extends java.lang.Object
implements ITextToHtmlConversionOptions

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)
           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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextToHtmlConversionOptions

public TextToHtmlConversionOptions()
Method Detail

getAddClipboardFragmentHeader

public boolean getAddClipboardFragmentHeader()

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

Specified by:
getAddClipboardFragmentHeader in interface ITextToHtmlConversionOptions

setAddClipboardFragmentHeader

public void setAddClipboardFragmentHeader(boolean value)

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

Specified by:
setAddClipboardFragmentHeader in interface ITextToHtmlConversionOptions

getTextInheritanceLimit

public int getTextInheritanceLimit()

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

Specified by:
getTextInheritanceLimit in interface ITextToHtmlConversionOptions

setTextInheritanceLimit

public void setTextInheritanceLimit(int value)

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

Specified by:
setTextInheritanceLimit in interface ITextToHtmlConversionOptions

getLinkEmbedController

public ILinkEmbedController getLinkEmbedController()

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

Specified by:
getLinkEmbedController in interface ITextToHtmlConversionOptions

setLinkEmbedController

public void setLinkEmbedController(ILinkEmbedController value)

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

Specified by:
setLinkEmbedController in interface ITextToHtmlConversionOptions

getEncodingName

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. Read/write String.

Specified by:
getEncodingName in interface ITextToHtmlConversionOptions

setEncodingName

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

Specified by:
setEncodingName in interface ITextToHtmlConversionOptions


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.