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.

طرق الوصول

اسمالنوعالوصولوصف
DocumentPropertiesDocumentPropertiesاقرأيحصل على خصائص المستند.
CoreDocumentPropertiesCoreDocumentPropertiesاقرأيحصل على خصائص المستند الأساسي.
ExtendedDocumentPropertiesExtendedDocumentPropertiesاقرأيحصل على خصائص المستندات الموسعة.

الطرق

التوقيعوصف
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)يضع قيمة المدير.

انظر أيضاً

 العربية