DocumentProperties

DocumentProperties

Overview

DocumentProperties C++ için Aspose.Cells FOSS sınıfıdır.

Belge özelliklerini temsil eder.

Bu sınıf, C++ programlarında DocumentProperties nesnelerle çalışmak için 28 yöntem sunar. Mevcut yöntemler şunları içerir: CoreDocumentProperties, DocumentProperties, ExtendedDocumentProperties, GetAuthor, GetCategory, GetComments, GetCompany, GetCore, GetExtended, GetKeywords, GetManager, GetSubject,9 adet daha yöntemler. Tüm kamu üyeleri, C++ paket için Aspose.Cells FOSS’u yükledikten sonra herhangi bir C ++ uygulamasına erişilebilir. Aksesuar yöntemleri : CoreDocumentProperties, DocumentProperties, ExtendedDocumentProperties.

Aksesuar Yöntemleri

NameTypeAccessDescription
DocumentPropertiesDocumentPropertiesReadBelge özelliklerini elde edersiniz.
CoreDocumentPropertiesCoreDocumentPropertiesReadTemel belge özelliklerini elde eder.
ExtendedDocumentPropertiesExtendedDocumentPropertiesReadUzun belge özelliklerini elde eder.

Methods

SignatureDescription
DocumentProperties()DocumentPropertiesBu örnekte DocumentProperties arayın.
DocumentProperties()DocumentProperties
CoreDocumentProperties()CoreDocumentPropertiesçekirdek alır.
CoreDocumentProperties()CoreDocumentPropertiesBu örnekte CoreDocumentProperties arayın.
ExtendedDocumentProperties()ExtendedDocumentPropertiesUzunlu olanı alır.
ExtendedDocumentProperties()ExtendedDocumentPropertiesBu örnekte ExtendedDocumentProperties arayın.
DocumentProperties()
DocumentProperties()
GetCore()CoreDocumentPropertiesçekirdek alır.
GetCore()CoreDocumentPropertiesçekirdeği geri getirir.
GetExtended()ExtendedDocumentPropertiesUzunlu olanı alır.
GetExtended()ExtendedDocumentPropertiesUzun süreli geri dönüyor.
GetTitle()std::stringBaşlık alır ya da yapar.
SetTitle(value: std::string)Başlık değerini belirleyin.
GetSubject()std::stringKonuyu bulmak ya da belirlemek.
SetSubject(value: std::string)Konu değerini belirleyin.
GetAuthor()std::stringYazarın yapması veya yapılması.
SetAuthor(value: std::string)Yazarın değerini belirleyin.
GetKeywords()std::stringAnahtar kelimeleri alır veya koyar.
SetKeywords(value: std::string)Anahtar kelimelerin değerini belirleyin.
GetComments()std::stringYorumları alır ya da yapar.
SetComments(value: std::string)Yorumların değerini belirleyin.
GetCategory()std::stringkategoriyi belirleyin veya alın.
SetCategory(value: std::string)Kategori değerini belirleyin.
GetCompany()std::stringŞirketi kurmak ya da kurtarmak.
SetCompany(value: std::string)Şirketin değerini belirleyin.
GetManager()std::stringYöneticiyi alıp koymak.
SetManager(value: std::string)Yöneticinin değerini belirleyin.

See Also

 Türkçe