LowCodeSplitOptions

Inheritance: java.lang.Object

public class LowCodeSplitOptions

Options for splitting spreadsheet.

Constructors

ConstructorDescription
LowCodeSplitOptions()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueLowCodeLoadOptions

setSaveOptions(LowCodeSaveOptions value)

public void setSaveOptions(LowCodeSaveOptions value)

Save options for saving the split parts.

Parameters:

ParameterTypeDescription
valueLowCodeSaveOptions

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:

ParameterTypeDescription
valueAbstractLowCodeSaveOptionsProvider

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int