WordProcessingDocumentInfo class

WordProcessingDocumentInfo class

Contains WordProcessing document metadata.

The WordProcessingDocumentInfo type exposes the following members:

Properties

Property Description
author The author of the document.
is_password_protected The document is password protected.
lines The number of lines in the document.
table_of_contents The table of contents.
title The title of the document.
words The number of words in the document.
creation_date The creation date of the document, implementing IDocumentInfo.creation_date. (inherited from DocumentInfo)
format The format of the document. Implements IDocumentInfo.format. (inherited from DocumentInfo)
item (inherited from DocumentInfo)
pages_count The number of pages in the document, implementing IDocumentInfo.pages_count. (inherited from DocumentInfo)
property_names The property implements IDocumentInfo.property_names. (inherited from DocumentInfo)
size The size of the document, as defined by IDocumentInfo.size. (inherited from DocumentInfo)

See Also