public class LowCodeSaveOptions
extends java.lang.Object
| Constructor and Description |
|---|
LowCodeSaveOptions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOutputFile()
Gets the file(with path if needed) for saving the generated data.
|
java.io.InputStream |
getOutputStream()
Gets the Stream for writing the generated data to.
|
int |
getSaveFormat()
Gets the save format for the output.
|
void |
setOutputFile(java.lang.String value)
Sets the file(with path if needed) for saving the generated data.
|
void |
setOutputStream(java.io.InputStream value)
Sets the Stream for writing the generated data to.
|
void |
setSaveFormat(int value)
Sets the save format for the output.
|
public java.lang.String getOutputFile()
getOutputStream() will be ignored.public void setOutputFile(java.lang.String value)
getOutputStream() will be ignored.public java.io.InputStream getOutputStream()
getOutputFile() will be ignored.public void setOutputStream(java.io.InputStream value)
getOutputFile() will be ignored.public int getSaveFormat()
See SaveFormat.
public void setSaveFormat(int value)
See SaveFormat.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.