custom_document_properties属性

custom_document_properties属性

返回 DocumentProperty 集合,该集合表示电子表格的所有自定义文档属性。

例子

from aspose.cells import Workbook

workbook = Workbook()
workbook.worksheets.custom_document_properties.add("Checked by", "Jane")

定义:

@property
def custom_document_properties(self):
    ...

也可以看看