BuiltInDocumentPropertyCollection class

BuiltInDocumentPropertyCollection class

A collection of built-in document properties.

Inheritance: BuiltInDocumentPropertyCollectionDocumentPropertyCollection

The BuiltInDocumentPropertyCollection type exposes the following members:

Properties

PropertyDescription
capacityGets or sets the number of elements that the array list can contain.
languageGets or sets the document’s language.
authorGets or sets the name of the document’s author.
bytesRepresents an estimate of the number of bytes in the document.
charactersRepresents an estimate of the number of characters in the document.
characters_with_spacesRepresents an estimate of the number of characters (including spaces) in the document.
commentsGets or sets the document comments.
categoryGets or sets the category of the document.
content_typeGets or sets the content type of the document.
content_statusGets or sets the content status of the document.
companyGets or sets the company property.
hyperlink_baseGets or sets the hyperlinkbase property.
created_timeGets or sets date of the document creation in local timezone.
created_universal_timeGets or sets the Universal time of the document creation.
keywordsGets or sets the document keywords.
last_printedGets or sets the date when the document was last printed in local timezone.
last_printed_universal_timeGets or sets the Universal time when the document was last printed.
last_saved_byGets or sets the name of the last author.
last_saved_timeGets or sets the time of the last save in local timezone.
last_saved_universal_timeGets or sets the universal time of the last save.
linesRepresents an estimate of the number of lines in the document.
managerGets or sets the manager property.
name_of_applicationGets or sets the name of the application.
pagesRepresents an estimate of the number of pages in the document.
paragraphsRepresents an estimate of the number of paragraphs in the document.
revision_numberGets or sets the document revision number.
subjectGets or sets the subject of the document.
templateGets or sets the informational name of the document template.
titleGets or sets the title of the document.
total_editing_timeGets or sets the total editing time in minutes.
versionRepresents the version number of the application that created the document.
document_versionRepresents the version of the file.
scale_cropIndicates the display mode of the document thumbnail.
links_up_to_dateIndicates whether hyperlinks in a document are up-to-date.
wordsRepresents an estimate of the number of words in the document.

Methods

MethodDescription
index_ofGets the index of a property by name.
index_ofSearches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the array list that extends from the specified index to the last element.
index_ofSearches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the array list that starts at the specified index and contains the specified number of elements.
copy_toCopies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list.
copy_toCopies a range of elements from the array list to a compatible one-dimensional array list, starting at the specified index of the target array list.
last_index_ofSearches for the specified object and returns the zero-based index of the last occurrence within the entire array list.
last_index_ofSearches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that extends from the first element to the specified index.
last_index_ofSearches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that contains the specified number of elements and ends at the specified index.
binary_searchSearches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element.

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