DocumentProperties
المعلومات العامة
DocumentProperties هي فئة في Aspose.Cells FOSS لـ C++.
يمثل خصائص المستندات.
توفر هذه الفئة 28 طريقة للعمل مع DocumentProperties كائنات في برامج C ++. المنهجيات المتاحة تشمل: CoreDocumentProperties, DocumentProperties, ExtendedDocumentProperties, GetAuthor, GetCategory, GetComments, GetCompany, GetCore, GetExtended, GetKeywords, GetManager, GetSubject,، و 9 طرق إضافية. جميع أعضاء الجمهور يمكن الوصول إليهم من أي تطبيق C ++ بعد تثبيت حزمة Aspose.Cells FOSS for C ++. طرق الوصول: CoreDocumentProperties, DocumentProperties, ExtendedDocumentProperties.
طرق الوصول
| اسم | النوع | الوصول | وصف |
|---|---|---|---|
DocumentProperties | DocumentProperties | اقرأ | يحصل على خصائص المستند. |
CoreDocumentProperties | CoreDocumentProperties | اقرأ | يحصل على خصائص المستند الأساسي. |
ExtendedDocumentProperties | ExtendedDocumentProperties | اقرأ | يحصل على خصائص المستندات الموسعة. |
الطرق
| التوقيع | وصف |
|---|---|
DocumentProperties() → DocumentProperties | يدعو DocumentProperties على هذه الحالة DocumentProperties. |
DocumentProperties() → DocumentProperties | |
CoreDocumentProperties() → CoreDocumentProperties | يحصل على النواة. |
CoreDocumentProperties() → CoreDocumentProperties | يدعو CoreDocumentProperties على هذه الحالة DocumentProperties. |
ExtendedDocumentProperties() → ExtendedDocumentProperties | يحصل على الممدد. |
ExtendedDocumentProperties() → ExtendedDocumentProperties | يدعو ExtendedDocumentProperties على هذه الحالة DocumentProperties. |
DocumentProperties() | |
DocumentProperties() | |
GetCore() → CoreDocumentProperties | يحصل على النواة. |
GetCore() → CoreDocumentProperties | يعيد القلة. |
GetExtended() → ExtendedDocumentProperties | يحصل على الممدد. |
GetExtended() → ExtendedDocumentProperties | يعيد الموسع. |
GetTitle() → std::string | يحصل على أو يحدد العنوان. |
SetTitle(value: std::string) | يحدد قيمة العنوان. |
GetSubject() → std::string | يُحصل على الموضوع أو يحدده. |
SetSubject(value: std::string) | يضع قيمة الموضوع. |
GetAuthor() → std::string | يحصل على أو يضع المؤلف. |
SetAuthor(value: std::string) | يضع قيمة المؤلف. |
GetKeywords() → std::string | يحصل على أو يضع الكلمات الرئيسية. |
SetKeywords(value: std::string) | يضع قيمة الكلمات الرئيسية. |
GetComments() → std::string | يحصل على أو يضع التعليقات. |
SetComments(value: std::string) | يضع قيمة التعليقات. |
GetCategory() → std::string | يحصل على أو يحدد الفئة. |
SetCategory(value: std::string) | يحدد قيمة الفئة. |
GetCompany() → std::string | يحصل أو يضع الشركة. |
SetCompany(value: std::string) | يحدد قيمة الشركة. |
GetManager() → std::string | يحصل أو يضع المدير. |
SetManager(value: std::string) | يضع قيمة المدير. |