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