XlsxDocumentProperties

XlsxDocumentProperties

Overview

XlsxDocumentProperties 是一个类在Java的FOSS中.

处理XLSX文档属性 (核心和扩展) 的辅助类.

这个类提供了3种方法,用于在Java程序中使用XlsxDocumentProperties 对象. 有的方法包括: buildCorePropertiesDocument, buildExtendedPropertiesDocument, loadDocumentProperties. 所有导出成员都可访问任何Java应用程序,在安装了Aspose.Cells FOSS for Java包后.

Description

XlsxDocumentProperties 是Java的Aspose.Cells FOSS库中的一个类,它显示了3个方法和0个属性用于编程.

核心功能包括:从 zip 档案中加载文档属性.这些操作使开发人员能够直接将xlsxdocumentproperties功能集成到Java应用程序中.

Methods

SignatureDescription
buildCorePropertiesDocument(model: com.aspose.cells_foss.core.WorkbookModel)org.w3c.dom.Document构建核心属性 XML 文档.
buildExtendedPropertiesDocument(model: com.aspose.cells_foss.core.WorkbookModel)org.w3c.dom.Document构建扩展属性 XML 文档.
loadDocumentProperties(archive: ZipFile, model: com.aspose.cells_foss.core.WorkbookModel, diagnostics: LoadDiagnostics, options: LoadOptions)从ZIP档案中加载文件属性.

See Also

 中文