public class LowCodeSplitOptions
extends java.lang.Object
| Constructor and Description |
|---|
LowCodeSplitOptions() |
| Modifier and Type | Method and Description |
|---|---|
LowCodeLoadOptions |
getLoadOptions()
Load options for loading the spreadsheet that will be split.
|
LowCodeSaveOptions |
getSaveOptions()
Save options for saving the split parts.
|
AbstractLowCodeSaveOptionsProvider |
getSaveOptionsProvider()
Provider of save options for saving the split parts.
|
void |
setLoadOptions(LowCodeLoadOptions value)
Load options for loading the spreadsheet that will be split.
|
void |
setSaveOptions(LowCodeSaveOptions value)
Save options for saving the split parts.
|
void |
setSaveOptionsProvider(AbstractLowCodeSaveOptionsProvider value)
Provider of save options for saving the split parts.
|
public LowCodeLoadOptions getLoadOptions()
public void setLoadOptions(LowCodeLoadOptions value)
public LowCodeSaveOptions getSaveOptions()
public void setSaveOptions(LowCodeSaveOptions value)
public AbstractLowCodeSaveOptionsProvider getSaveOptionsProvider()
Remarks
If this property is specified,getSaveOptions() takes no effect
because the output of every split part will be specified by the provider.public void setSaveOptionsProvider(AbstractLowCodeSaveOptionsProvider value)
Remarks
If this property is specified,getSaveOptions() takes no effect
because the output of every split part will be specified by the provider.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.