custom_document_properties عقار
custom_document_properties عقار
تقوم بإرجاع مجموعة DocumentProperty
التي تمثل كافة خصائص المستند المخصصة لجدول البيانات.
مثال
from aspose.cells import Workbook
excel = Workbook()
excel.custom_document_properties.add("Checked by", "Jane")
تعريف:
@property
def custom_document_properties(self):
...
أنظر أيضا
- الوحدة
aspose.cells
- فئة
CustomDocumentPropertyCollection
- فئة
DocumentProperty
- فئة
Workbook