|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.xls.core.spreadsheet.htmloptions
public class htmloptions
for convert html options
nested class summary | |
---|---|
static class |
htmloptions.gettext
|
static class |
htmloptions.imagelocationtypes
|
static class |
htmloptions.styledefinetype
|
field summary | |
---|---|
static htmloptions |
default
|
constructor summary | |
---|---|
htmloptions()
|
method summary | |
---|---|
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. |
htmloptions.imagelocationtypes |
getimagelocationtype()
gets or sets the image location type. |
java.lang.string |
getimagepath()
gets or sets the image path. |
htmloptions.styledefinetype |
getstyledefine()
where is the style defined; default : head |
htmloptions.gettext |
gettextmode()
gets or sets the input text mode |
void |
setimageembedded(boolean imageembedded)
note: internet explorer 8 limits data uris to a maximum length of 32kb. |
void |
setimagelocationtype(htmloptions.imagelocationtypes value)
gets or sets the image location type. |
void |
setimagepath(java.lang.string value)
gets or sets the image path. |
void |
setstyledefine(htmloptions.styledefinetype value)
where is the style defined; default : head |
void |
settextmode(htmloptions.gettext value)
gets or sets the input text mode |
field detail |
---|
public static htmloptions default
constructor detail |
---|
public htmloptions()
method detail |
---|
public java.lang.string getimagepath()
public void setimagepath(java.lang.string value)
value
- the image path.public htmloptions.gettext gettextmode()
public void settextmode(htmloptions.gettext value)
public htmloptions.imagelocationtypes getimagelocationtype()
public void setimagelocationtype(htmloptions.imagelocationtypes value)
public boolean getimageembedded()
public void setimageembedded(boolean imageembedded)
imageembedded
- if false,indicates exporting the image as a single file.
if true, embedding the image into the html code using data uri scheme.
the default value is false.public htmloptions.styledefinetype getstyledefine()
public void setstyledefine(htmloptions.styledefinetype value)
value
-
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |