|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.HtmlExportOptions
public class HtmlExportOptions
Constructor Summary | |
---|---|
HtmlExportOptions()
Initializes a new instance of the HtmlExportOptions class |
Method Summary | |
---|---|
java.lang.String |
getCssStyleSheetFileName()
Gets the name of the HTML export CSS style sheet file. |
CssStyleSheetType |
getCssStyleSheetType()
Gets the type of the HTML export CSS style sheet. |
boolean |
getEPubExportFont()
Gets 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 the HTML export images folder. |
boolean |
hasHeadersFooters()
Gets a value indicating whether HTML export headers footers. |
void |
hasHeadersFooters(boolean value)
Sets a value indicating whether HTML export headers footers. |
boolean |
isTextInputFormFieldAsText()
Gets a value indicating whether HTML export text input form field as text. |
void |
isTextInputFormFieldAsText(boolean value)
Sets a value indicating whether HTML export text input form field as text. |
void |
setCssStyleSheetFileName(java.lang.String value)
Sets the name of the HTML export CSS style sheet file. |
void |
setCssStyleSheetType(CssStyleSheetType value)
Sets the type of the HTML export CSS style sheet. |
void |
setEPubExportFont(boolean value)
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)
Sets the HTML export images folder. |
Constructor Detail |
---|
public HtmlExportOptions()
HtmlExportOptions
class
Method Detail |
---|
public boolean getEPubExportFont()
public void setEPubExportFont(boolean value)
value
- booleanpublic CssStyleSheetType getCssStyleSheetType()
public void setCssStyleSheetType(CssStyleSheetType value)
value
- The type of the HTML export CSS style sheet.public boolean getImageEmbedded()
public void setImageEmbedded(boolean value)
value
- The value of the HTML export image style sheet.public java.lang.String getCssStyleSheetFileName()
public void setCssStyleSheetFileName(java.lang.String value)
value
- The name of the HTML export CSS style sheet file.public boolean hasHeadersFooters()
public void hasHeadersFooters(boolean value)
value
- booleanpublic boolean isTextInputFormFieldAsText()
public void isTextInputFormFieldAsText(boolean value)
value
- If HTML export text input form field as text, set to public java.lang.String getImagesPath()
public void setImagesPath(java.lang.String value)
value
- The HTML export images folder.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |