|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.SaveOptions
com.spire.doc.HtmlExportOptions
public class HtmlExportOptions
Constructor Summary | |
---|---|
HtmlExportOptions()
|
|
HtmlExportOptions(int saveFileFormatInternal)
|
Method Summary | |
---|---|
java.lang.String |
getCssStyleSheetFileName()
Gets or sets the name of the HTML export CSS style sheet file. |
CssStyleSheetType |
getCssStyleSheetType()
Gets or sets the type of the HTML export CSS style sheet. |
boolean |
getEPubExportFont()
Gets or sets if font should be embedded in EPub |
boolean |
getImageEmbedded()
If false,indicates exporting the image as a single file; If true, embedding the image into the html code using Data URI scheme. |
java.lang.String |
getImagesPath()
Gets or sets the HTML export images folder. |
boolean |
getUseMsoBookmark()
Gets a value indicating whether HTML export bookmarks like MicroSoft. |
boolean |
getUseMsoSpace()
Gets or sets a switch that determines whether to use mso rules' space.. |
boolean |
getUseSaveFileRelativePath()
Gets or sets a value whether Image Path is relative to the file save path. |
boolean |
hasHeadersFooters()
Gets or sets a value indicating whether HTML export headers footers. |
void |
hasHeadersFooters(boolean value)
Gets or sets a value indicating whether HTML export headers footers. |
boolean |
isExportDocumentStyles()
Gets or Sets a switch that determines whether to export the document styles to head. |
void |
isExportDocumentStyles(boolean value)
Gets or Sets a switch that determines whether to export the document styles to head. |
boolean |
isTextInputFormFieldAsText()
Gets or sets a value indicating whether HTML export text input form field as text. |
void |
isTextInputFormFieldAsText(boolean value)
Gets or sets a value indicating whether HTML export text input form field as text. |
void |
setCssStyleSheetFileName(java.lang.String value)
|
void |
setCssStyleSheetType(CssStyleSheetType value)
Gets or sets the type of the HTML export CSS style sheet. |
void |
setEPubExportFont(boolean value)
Gets or sets if font should be embedded in EPub |
void |
setImageEmbedded(boolean value)
If false,indicates exporting the image as a single file; If true, embedding the image into the html code using Data URI scheme. |
void |
setImagesPath(java.lang.String value)
Gets or sets the HTML export images folder. |
void |
setUseMsoBookmark(boolean value)
Sets a value indicating whether HTML export bookmarks like MicroSoft. |
void |
setUseMsoSpace(boolean value)
Gets or sets a switch that determines whether to use mso rules' space.. |
void |
setUseSaveFileRelativePath(boolean value)
Gets or sets a value whether Image Path is relative to the file save path. |
Constructor Detail |
---|
public HtmlExportOptions()
public HtmlExportOptions(int saveFileFormatInternal)
Method Detail |
---|
public boolean getEPubExportFont()
public void setEPubExportFont(boolean value)
public CssStyleSheetType getCssStyleSheetType()
public void setCssStyleSheetType(CssStyleSheetType value)
public boolean getImageEmbedded()
public void setImageEmbedded(boolean value)
public boolean isExportDocumentStyles()
public void isExportDocumentStyles(boolean value)
public java.lang.String getCssStyleSheetFileName()
public void setCssStyleSheetFileName(java.lang.String value)
public boolean hasHeadersFooters()
public void hasHeadersFooters(boolean value)
public boolean isTextInputFormFieldAsText()
public void isTextInputFormFieldAsText(boolean value)
public java.lang.String getImagesPath()
public void setImagesPath(java.lang.String value)
public boolean getUseSaveFileRelativePath()
public void setUseSaveFileRelativePath(boolean value)
public boolean getUseMsoSpace()
sync 8883 by joe
public void setUseMsoSpace(boolean value)
sync 8883 by joe
public void setUseMsoBookmark(boolean value)
value
- booleanpublic boolean getUseMsoBookmark()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |