LoadOptions

Overview

LoadOptions 是一个类在Java的FOSS中.

表示加载工作簿的选项.

本类提供了12种方法,用于在Java程序中使用LoadOptions 对象. 有的方法包括: getLoadFormat, getWarningCallback, isPreserveUnsupportedParts, isStrictMode, isTryRepairPackage, isTryRepairXml, setLoadFormat, setPreserveUnsupportedParts, setStrictMode, setTryRepairPackage, setTryRepairXml, setWarningCallback. 所有导出成员都可访问任何Java应用程序,在安装了Aspose.Cells FOSS for Java包后. 特性: loadFormat, preserveUnsupportedParts, strictMode, tryRepairPackage, tryRepairXml, warningCallback.

Description

LoadOptions 是一个类在Java的Aspose.Cells FOSS库中,它暴露了12种方法和6个属性用于编程.

核心能力包括: loadformat; boolean; boolean.这些操作使开发人员能够直接将loadadoptions功能集成到Java应用中.

课程还提供了 loadFormat 性能 (返回加载格式), strictMode 特性 (说明是否严格模式), tryRepairPackage 修复包是否可以尝试.

Properties

NameTypeAccessDescription
loadFormatLoadFormatRead返回加载格式.
strictModebooleanRead表示是否严格模式.
tryRepairPackagebooleanRead表示是否尝试修复包.
tryRepairXmlbooleanRead表示是否尝试修复xml.
preserveUnsupportedPartsbooleanRead表示是否保存不支持的部件.
warningCallbackIWarningCallbackRead返回警告电话.

Methods

SignatureDescription
getLoadFormat()LoadFormat返回加载格式.
setLoadFormat(loadFormat: LoadFormat)设置加载格式.
isStrictMode()boolean表示是否严格模式.
setStrictMode(strictMode: boolean)设置严格模式.
isTryRepairPackage()boolean表示是否尝试修复包.
setTryRepairPackage(tryRepairPackage: boolean)设置试修包.
isTryRepairXml()boolean表示是否尝试修复xml.
setTryRepairXml(tryRepairXml: boolean)设置试修 xml.
isPreserveUnsupportedParts()boolean表示是否保存不支持的部件.
setPreserveUnsupportedParts(preserveUnsupportedParts: boolean)设置保存不支持的部分.
getWarningCallback()IWarningCallback返回警告电话.
setWarningCallback(warningCallback: IWarningCallback)设置警告回调.

See Also

 中文