![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.OpenOptions
public class OpenOptions
Provides various options that control how a workbook is opened from template file.
Method Summary | |
---|---|
java.lang.String |
getEncoding()
Gets the name of the character encoding being used. |
java.lang.String |
getHtmlBasePath()
Gets the physical path where the html file is saved. |
void |
setEncoding(java.lang.String encoding)
Sets the name of the character encoding being used. |
void |
setHtmlBasePath(java.lang.String value)
Sets the physical path where the html file is saved. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getHtmlBasePath()
public void setHtmlBasePath(java.lang.String value)
value
- the physical path where the html file is saved.
This path will be used to read relative resources refered by the html file.public java.lang.String getEncoding()
public void setEncoding(java.lang.String encoding)
encoding
- the name of the character encoding being used. null will set the encoding to default.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |