WordProcessingDocumentInfo class

WordProcessingDocumentInfo class

The WordProcessing document metadata.

The WordProcessingDocumentInfo type exposes the following members:

Methods

Method Description
get
get_file
get_string

Properties

Property Description
author The author of the document.
creation_date The document creation date.
format The document format.
is_password_protected The document is password protected.
lines The lines count.
pages_count The document pages count.
property_names The enumerable of all properties that can be retrieved for the current document info.
size The document size in bytes.
table_of_contents The table of contents.
title The title of the document.
words The number of words in the document.

See Also