LowCodeHtmlSaveOptions
Inheritance: java.lang.Object, com.aspose.cells.LowCodeSaveOptions
public class LowCodeHtmlSaveOptions extends LowCodeSaveOptions
Options for saving html in low code way.
Constructors
Constructor | Description |
---|---|
LowCodeHtmlSaveOptions() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getHtmlOptions() | The general options for saving html. |
getOutputFile() | Gets the file(with path if needed) for saving the generated data. |
getOutputStream() | Gets the Stream for writing the generated data to. |
getSaveFormat() | Gets the format of spreadsheet. |
hashCode() | |
notify() | |
notifyAll() | |
setHtmlOptions(HtmlSaveOptions value) | The general options for saving html. |
setOutputFile(String value) | Sets the file(with path if needed) for saving the generated data. |
setOutputStream(InputStream value) | Sets the Stream for writing the generated data to. |
setSaveFormat(int value) | Sets the format of spreadsheet. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
LowCodeHtmlSaveOptions()
public LowCodeHtmlSaveOptions()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getHtmlOptions()
public HtmlSaveOptions getHtmlOptions()
The general options for saving html.
Remarks
When one HtmlSaveOptions instance is specified, the SaveFormat will be overwritten(if it had been specified before).
Returns: HtmlSaveOptions
getOutputFile()
public String getOutputFile()
Gets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, getOutputStream() will be ignored.
Returns: java.lang.String
getOutputStream()
public InputStream getOutputStream()
Gets the Stream for writing the generated data to. When setting this property with value other than null, getOutputFile() will be ignored.
Returns: java.io.InputStream
getSaveFormat()
public int getSaveFormat()
Gets the format of spreadsheet.
See SaveFormat.
Remarks
When changing this property, the save format specified by getHtmlOptions() will be ignored(if it had been specified before).
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setHtmlOptions(HtmlSaveOptions value)
public void setHtmlOptions(HtmlSaveOptions value)
The general options for saving html.
Remarks
When one HtmlSaveOptions instance is specified, the SaveFormat will be overwritten(if it had been specified before).
Parameters:
Parameter | Type | Description |
---|---|---|
value | HtmlSaveOptions |
setOutputFile(String value)
public void setOutputFile(String value)
Sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, getOutputStream() will be ignored.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setOutputStream(InputStream value)
public void setOutputStream(InputStream value)
Sets the Stream for writing the generated data to. When setting this property with value other than null, getOutputFile() will be ignored.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.io.InputStream |
setSaveFormat(int value)
public void setSaveFormat(int value)
Sets the format of spreadsheet.
See SaveFormat.
Remarks
When changing this property, the save format specified by getHtmlOptions() will be ignored(if it had been specified before).
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |