DocumentProperties
DocumentProperties
Overview
DocumentProperties यह एक क्लास है Aspose.Cells FOSS के लिए C++।.
दस्तावेज़ की संपत्ति का प्रतिनिधित्व करता है।.
इस कक्षा में सी ++ प्रोग्रामों में DocumentProperties वस्तुओं के साथ काम करने के लिए 28 तरीके प्रदान किए जाते हैं।. उपलब्ध तरीकों में शामिल हैं: CoreDocumentProperties, DocumentProperties, ExtendedDocumentProperties, GetAuthor, GetCategory, GetComments, GetCompany, GetCore, GetExtended, GetKeywords, GetManager, GetSubject,और 9 अतिरिक्त तरीके।. सभी सार्वजनिक सदस्य किसी भी सी ++ अनुप्रयोग के लिए उपलब्ध हैं Aspose.Cells FOSS को C++ पैकेज के साथ स्थापित करने के बाद।. एक्सेसर के तरीके: CoreDocumentProperties, DocumentProperties, ExtendedDocumentProperties.
Accessor विधि
| Name | Type | Access | Description |
|---|---|---|---|
DocumentProperties | DocumentProperties | Read | दस्तावेज़ की संपत्ति प्राप्त करें।. |
CoreDocumentProperties | CoreDocumentProperties | Read | मूल दस्तावेज़ की संपत्ति प्राप्त करें।. |
ExtendedDocumentProperties | ExtendedDocumentProperties | Read | विस्तारित दस्तावेज़ संपत्ति प्राप्त करें।. |
Methods
| Signature | Description |
|---|---|
DocumentProperties() → DocumentProperties | इस उदाहरण पर DocumentProperties कॉल करें।. |
DocumentProperties() → DocumentProperties | |
CoreDocumentProperties() → CoreDocumentProperties | कोर मिलता है।. |
CoreDocumentProperties() → CoreDocumentProperties | इस उदाहरण पर CoreDocumentProperties कॉल करें।. |
ExtendedDocumentProperties() → ExtendedDocumentProperties | विस्तार से मिलता है।. |
ExtendedDocumentProperties() → ExtendedDocumentProperties | इस उदाहरण पर ExtendedDocumentProperties कॉल करें।. |
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) | प्रबंधक का मूल्य निर्धारित करें।. |