LoadOptions
Overview
LoadOptions is a class in Aspose.Cells FOSS for Java.
Represents options for loading a workbook.
This class provides 12 methods for working with LoadOptions objects in Java programs.
Available methods include: getLoadFormat, getWarningCallback, isPreserveUnsupportedParts, isStrictMode, isTryRepairPackage, isTryRepairXml, setLoadFormat, setPreserveUnsupportedParts, setStrictMode, setTryRepairPackage, setTryRepairXml, setWarningCallback.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: loadFormat, preserveUnsupportedParts, strictMode, tryRepairPackage, tryRepairXml, warningCallback.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
loadFormat | LoadFormat | Read | Returns the load format. |
strictMode | boolean | Read | Indicates whether strict mode. |
tryRepairPackage | boolean | Read | Indicates whether try repair package. |
tryRepairXml | boolean | Read | Indicates whether try repair xml. |
preserveUnsupportedParts | boolean | Read | Indicates whether preserve unsupported parts. |
warningCallback | IWarningCallback | Read | Returns the warning callback. |
Methods
| Signature | Description |
|---|---|
getLoadFormat() → LoadFormat | Returns the load format. |
setLoadFormat(loadFormat: LoadFormat) | Sets the load format. |
isStrictMode() → boolean | Indicates whether strict mode. |
setStrictMode(strictMode: boolean) | Sets the strict mode. |
isTryRepairPackage() → boolean | Indicates whether try repair package. |
setTryRepairPackage(tryRepairPackage: boolean) | Sets the try repair package. |
isTryRepairXml() → boolean | Indicates whether try repair xml. |
setTryRepairXml(tryRepairXml: boolean) | Sets the try repair xml. |
isPreserveUnsupportedParts() → boolean | Indicates whether preserve unsupported parts. |
setPreserveUnsupportedParts(preserveUnsupportedParts: boolean) | Sets the preserve unsupported parts. |
getWarningCallback() → IWarningCallback | Returns the warning callback. |
setWarningCallback(warningCallback: IWarningCallback) | Sets the warning callback. |