LowCodeSplitOptions
Inheritance: java.lang.Object
public class LowCodeSplitOptions
Options for splitting spreadsheet.
Constructors
Constructor | Description |
---|---|
LowCodeSplitOptions() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getLoadOptions() | Load options for loading the spreadsheet that will be split. |
getSaveOptions() | Save options for saving the split parts. |
getSaveOptionsProvider() | Provider of save options for saving the split parts. |
hashCode() | |
notify() | |
notifyAll() | |
setLoadOptions(LowCodeLoadOptions value) | Load options for loading the spreadsheet that will be split. |
setSaveOptions(LowCodeSaveOptions value) | Save options for saving the split parts. |
setSaveOptionsProvider(AbstractLowCodeSaveOptionsProvider value) | Provider of save options for saving the split parts. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
LowCodeSplitOptions()
public LowCodeSplitOptions()
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
getLoadOptions()
public LowCodeLoadOptions getLoadOptions()
Load options for loading the spreadsheet that will be split.
Returns: LowCodeLoadOptions
getSaveOptions()
public LowCodeSaveOptions getSaveOptions()
Save options for saving the split parts.
Returns: LowCodeSaveOptions
getSaveOptionsProvider()
public AbstractLowCodeSaveOptionsProvider getSaveOptionsProvider()
Provider of save options for saving the split parts.
Remarks
If this property is specified, getSaveOptions() takes no effect because the output of every split part will be specified by the provider.
Returns: AbstractLowCodeSaveOptionsProvider
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setLoadOptions(LowCodeLoadOptions value)
public void setLoadOptions(LowCodeLoadOptions value)
Load options for loading the spreadsheet that will be split.
Parameters:
Parameter | Type | Description |
---|---|---|
value | LowCodeLoadOptions |
setSaveOptions(LowCodeSaveOptions value)
public void setSaveOptions(LowCodeSaveOptions value)
Save options for saving the split parts.
Parameters:
Parameter | Type | Description |
---|---|---|
value | LowCodeSaveOptions |
setSaveOptionsProvider(AbstractLowCodeSaveOptionsProvider value)
public void setSaveOptionsProvider(AbstractLowCodeSaveOptionsProvider value)
Provider of save options for saving the split parts.
Remarks
If this property is specified, getSaveOptions() takes no effect because the output of every split part will be specified by the provider.
Parameters:
Parameter | Type | Description |
---|---|---|
value | AbstractLowCodeSaveOptionsProvider |
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 |