public class LowCodeLoadOptions
extends java.lang.Object
| Constructor and Description |
|---|
LowCodeLoadOptions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInputFile()
Gets the file(with path if needed) of the template.
|
java.io.InputStream |
getInputStream()
Gets the Stream of the template.
|
void |
setInputFile(java.lang.String value)
Sets the file(with path if needed) of the template.
|
void |
setInputStream(java.io.InputStream value)
Sets the Stream of the template.
|
public java.lang.String getInputFile()
Remarks
When setting a non-null and non-empty path to this property, the previously set value forgetInputStream() will be ignored.public void setInputFile(java.lang.String value)
Remarks
When setting a non-null and non-empty path to this property, the previously set value forgetInputStream() will be ignored.public java.io.InputStream getInputStream()
Remarks
When setting a non-null Stream to this property, the previously set value forgetInputFile() will be ignored.public void setInputStream(java.io.InputStream value)
Remarks
When setting a non-null Stream to this property, the previously set value forgetInputFile() will be ignored.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.