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):
...