DocumentProperties
Genel Bakış
DocumentProperties C++ için Aspose.Cells FOSS’de bir sınıf.
Belge özelliklerini temsil eder.
Bu sınıf, C ++ programlarında DocumentProperties nesnelerle çalışmak için 28 yöntem sağlar. Kullanılabilir yöntemler şunlardır: CoreDocumentProperties, DocumentProperties, ExtendedDocumentProperties, GetAuthor, GetCategory, GetComments, GetCompany, GetCore, GetExtended, GetKeywords, GetManager, GetSubject, ve 9 ek yöntem. C ++ için FOSS paketini yükledikten sonra tüm kamu üyeleri herhangi bir C++ uygulamasına erişilebilir. Aksesör yöntemleri: CoreDocumentProperties, DocumentProperties, ExtendedDocumentProperties.
Aksesör yöntemleri
| Adı: | Tip: | Access | Açıklama: |
|---|---|---|---|
DocumentProperties | DocumentProperties | Oku . | Belge özelliklerini alır. |
CoreDocumentProperties | CoreDocumentProperties | Oku . | Temel belge özelliklerini alır. |
ExtendedDocumentProperties | ExtendedDocumentProperties | Oku . | Genişletilmiş belge özelliklerini alır. |
Yöntemler
| Signature | Açıklama: |
|---|---|
DocumentProperties() → DocumentProperties | DocumentProperties’ı bu DocumentProperties örneğinde çağırır. |
DocumentProperties() → DocumentProperties | |
CoreDocumentProperties() → CoreDocumentProperties | Çekirdeği alır. |
CoreDocumentProperties() → CoreDocumentProperties | CoreDocumentProperties’ı bu DocumentProperties örneğinde çağırır. |
ExtendedDocumentProperties() → ExtendedDocumentProperties | Genişletilmiş olanı alır. |
ExtendedDocumentProperties() → ExtendedDocumentProperties | ExtendedDocumentProperties’ı bu DocumentProperties örneğinde çağırır. |
DocumentProperties() | |
DocumentProperties() | |
GetCore() → CoreDocumentProperties | Çekirdeği alır. |
GetCore() → CoreDocumentProperties | Çekirdek geri döndü. |
GetExtended() → ExtendedDocumentProperties | Genişletilmiş olanı alır. |
GetExtended() → ExtendedDocumentProperties | Gelişmiş değerini gönderir. |
GetTitle() → std::string | Başlığı alır veya ayarlar. |
SetTitle(value: std::string) | Başlık değerini ayarlar. |
GetSubject() → std::string | Konu alır veya ayarlar. |
SetSubject(value: std::string) | Konu değerini ayarlar. |
GetAuthor() → std::string | Yazarı alır veya ayarlar. |
SetAuthor(value: std::string) | Yazar değerini ayarlar. |
GetKeywords() → std::string | Anahtar kelimeleri alır veya ayarlar. |
SetKeywords(value: std::string) | Anahtar kelimeler değerini ayarlar. |
GetComments() → std::string | Yorumları alır veya ayarlar. |
SetComments(value: std::string) | Yorumların değerini ayarlar. |
GetCategory() → std::string | Kategoriyi alır veya ayarlar. |
SetCategory(value: std::string) | Kategori değerini ayarlar. |
GetCompany() → std::string | Şirketi alır veya ayarlar. |
SetCompany(value: std::string) | Şirket değerini ayarlar. |
GetManager() → std::string | Yöneticiyi alır veya ayarlar. |
SetManager(value: std::string) | Yönetici değerini ayarlar. |