htmloptions-ag凯发旗舰厅



com.spire.xls.core.spreadsheet
class htmloptions

java.lang.object
  extended by com.spire.xls.core.spreadsheet.htmloptions

public class htmloptions
extends java.lang.object

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

default

public static htmloptions default
constructor detail

htmloptions

public htmloptions()
method detail

getimagepath

public java.lang.string getimagepath()
gets or sets the image path.
returns:
the image path.

setimagepath

public void setimagepath(java.lang.string value)
gets or sets the image path.
parameters:
value - the image path.

gettextmode

public htmloptions.gettext gettextmode()
gets or sets the input text mode
returns:

settextmode

public void settextmode(htmloptions.gettext value)
gets or sets the input text mode

getimagelocationtype

public htmloptions.imagelocationtypes getimagelocationtype()
gets or sets the image location type. globalabsolute or relative to table
returns:

setimagelocationtype

public void setimagelocationtype(htmloptions.imagelocationtypes value)
gets or sets the image location type. globalabsolute or relative to table

getimageembedded

public 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. the default value is false. note: internet explorer 8 limits data uris to a maximum length of 32kb.
returns:
the value of the html export image style sheet.

setimageembedded

public void setimageembedded(boolean imageembedded)
note: internet explorer 8 limits data uris to a maximum length of 32kb.
parameters:
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.

getstyledefine

public htmloptions.styledefinetype getstyledefine()
where is the style defined; default : head
returns:

setstyledefine

public void setstyledefine(htmloptions.styledefinetype value)
where is the style defined; default : head
parameters:
value -


网站地图