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