Aspose::Cells::Properties::BuiltInDocumentPropertyCollection class
Contents
[
Hide
]BuiltInDocumentPropertyCollection class
A collection of built-in document properties.
class BuiltInDocumentPropertyCollection : public Aspose::Cells::Properties::DocumentPropertyCollection
Methods
Method | Description |
---|---|
BuiltInDocumentPropertyCollection(BuiltInDocumentPropertyCollection_Impl* impl) | Constructs from an implementation object. |
BuiltInDocumentPropertyCollection(const BuiltInDocumentPropertyCollection& src) | Copy constructor. |
BuiltInDocumentPropertyCollection(const DocumentPropertyCollection& src) | Constructs from a parent object. |
Contains(const U16String& name) | Returns true if a property with the specified name exists in the collection. |
Contains(const char16_t* name) | Returns true if a property with the specified name exists in the collection. |
DocumentPropertyCollection(DocumentPropertyCollection_Impl* impl) | Constructs from an implementation object. |
DocumentPropertyCollection(const DocumentPropertyCollection& src) | Copy constructor. |
Get(const U16String& name) | Returns a DocumentProperty object by the name of the property. |
Get(const char16_t* name) | Returns a DocumentProperty object by the name of the property. |
Get(int32_t index) | Returns a DocumentProperty object by index. |
GetAuthor() | Gets or sets the name of the document’s author. |
GetCategory() | Gets or sets the category of the document. |
GetComments() | Gets or sets the document comments. |
GetCompany() | Gets or sets the company property. |
GetContentStatus() | Gets or sets the content status of the document. |
GetContentType() | Gets or sets the content type of the document. |
GetCount() | |
GetCreatedTime() | Gets or sets date of the document creation in local timezone. |
GetCreatedUniversalTime() | Gets or sets the Universal time of the document creation. |
GetDocumentVersion() | Represents the version of the file. |
GetHyperlinkBase() | Gets or sets the hyperlinkbase property. |
GetKeywords() | Gets or sets the document keywords. |
GetLanguage() | Gets or sets the document’s language. |
GetLastPrinted() | Gets or sets the date when the document was last printed in local timezone. |
GetLastPrintedUniversalTime() | Gets or sets the Universal time when the document was last printed. |
GetLastSavedBy() | Gets or sets the name of the last author. |
GetLastSavedTime() | Gets or sets the time of the last save in local timezone. |
GetLastSavedUniversalTime() | Gets or sets the universal time of the last save. |
GetLinksUpToDate() | Indicates whether hyperlinks in a document are up-to-date. |
GetManager() | Gets or sets the manager property. |
GetNameOfApplication() | Gets or sets the name of the application. |
GetPages() | Represents an estimate of the number of pages in the document. |
GetRevisionNumber() | Gets or sets the document revision number. |
GetScaleCrop() | Indicates the display mode of the document thumbnail. |
GetSubject() | Gets or sets the subject of the document. |
GetTemplate() | Gets or sets the informational name of the document template. |
GetTitle() | Gets or sets the title of the document. |
GetTotalEditingTime() | Gets or sets the total editing time in minutes. |
GetVersion() | Represents the version number of the application that created the document. |
GetWords() | Represents an estimate of the number of words in the document. |
IndexOf(const U16String& name) | Gets the index of a property by name. |
IndexOf(const char16_t* name) | Gets the index of a property by name. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const BuiltInDocumentPropertyCollection& src) | operator= |
operator=(const DocumentPropertyCollection& src) | operator= |
Remove(const U16String& name) | Removes a property with the specified name from the collection. |
Remove(const char16_t* name) | Removes a property with the specified name from the collection. |
RemoveAt(int32_t index) | Removes a property at the specified index. |
SetAuthor(const U16String& value) | Gets or sets the name of the document’s author. |
SetAuthor(const char16_t* value) | Gets or sets the name of the document’s author. |
SetCategory(const U16String& value) | Gets or sets the category of the document. |
SetCategory(const char16_t* value) | Gets or sets the category of the document. |
SetComments(const U16String& value) | Gets or sets the document comments. |
SetComments(const char16_t* value) | Gets or sets the document comments. |
SetCompany(const U16String& value) | Gets or sets the company property. |
SetCompany(const char16_t* value) | Gets or sets the company property. |
SetContentStatus(const U16String& value) | Gets or sets the content status of the document. |
SetContentStatus(const char16_t* value) | Gets or sets the content status of the document. |
SetContentType(const U16String& value) | Gets or sets the content type of the document. |
SetContentType(const char16_t* value) | Gets or sets the content type of the document. |
SetCreatedTime(const Date& value) | Gets or sets date of the document creation in local timezone. |
SetCreatedUniversalTime(const Date& value) | Gets or sets the Universal time of the document creation. |
SetDocumentVersion(const U16String& value) | Represents the version of the file. |
SetDocumentVersion(const char16_t* value) | Represents the version of the file. |
SetHyperlinkBase(const U16String& value) | Gets or sets the hyperlinkbase property. |
SetHyperlinkBase(const char16_t* value) | Gets or sets the hyperlinkbase property. |
SetKeywords(const U16String& value) | Gets or sets the document keywords. |
SetKeywords(const char16_t* value) | Gets or sets the document keywords. |
SetLanguage(const U16String& value) | Gets or sets the document’s language. |
SetLanguage(const char16_t* value) | Gets or sets the document’s language. |
SetLastPrinted(const Date& value) | Gets or sets the date when the document was last printed in local timezone. |
SetLastPrintedUniversalTime(const Date& value) | Gets or sets the Universal time when the document was last printed. |
SetLastSavedBy(const U16String& value) | Gets or sets the name of the last author. |
SetLastSavedBy(const char16_t* value) | Gets or sets the name of the last author. |
SetLastSavedTime(const Date& value) | Gets or sets the time of the last save in local timezone. |
SetLastSavedUniversalTime(const Date& value) | Gets or sets the universal time of the last save. |
SetLinksUpToDate(bool value) | Indicates whether hyperlinks in a document are up-to-date. |
SetManager(const U16String& value) | Gets or sets the manager property. |
SetManager(const char16_t* value) | Gets or sets the manager property. |
SetNameOfApplication(const U16String& value) | Gets or sets the name of the application. |
SetNameOfApplication(const char16_t* value) | Gets or sets the name of the application. |
SetPages(int32_t value) | Represents an estimate of the number of pages in the document. |
SetRevisionNumber(const U16String& value) | Gets or sets the document revision number. |
SetRevisionNumber(const char16_t* value) | Gets or sets the document revision number. |
SetScaleCrop(bool value) | Indicates the display mode of the document thumbnail. |
SetSubject(const U16String& value) | Gets or sets the subject of the document. |
SetSubject(const char16_t* value) | Gets or sets the subject of the document. |
SetTemplate(const U16String& value) | Gets or sets the informational name of the document template. |
SetTemplate(const char16_t* value) | Gets or sets the informational name of the document template. |
SetTitle(const U16String& value) | Gets or sets the title of the document. |
SetTitle(const char16_t* value) | Gets or sets the title of the document. |
SetTotalEditingTime(double value) | Gets or sets the total editing time in minutes. |
SetVersion(const U16String& value) | Represents the version number of the application that created the document. |
SetVersion(const char16_t* value) | Represents the version number of the application that created the document. |
SetWords(int32_t value) | Represents an estimate of the number of words in the document. |
~BuiltInDocumentPropertyCollection() | Destructor. |
~DocumentPropertyCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
Remarks
Provides access to DocumentProperty objects by their names (using an indexer) and via a set of typed properties that return values of appropriate types.
See Also
- Class DocumentPropertyCollection
- Namespace Aspose::Cells::Properties
- Library Aspose.Cells for C++