TxtDocumentInfo class

TxtDocumentInfo class

The TxtDocumentInfo contains Txt document metadata.

The TxtDocumentInfo type exposes the following members:

Methods

Method Description
get
get_file
get_string

Properties

Property Description
creation_date The document creation date.
format The document format.
pages_count The document pages count.
property_names The enumerable of all properties which could be get for the current document info.
size The document size in bytes.
author The author of the document. (inherited from WordProcessingDocumentInfo)
is_password_protected The document is password protected. (inherited from WordProcessingDocumentInfo)
lines The lines count. (inherited from WordProcessingDocumentInfo)
table_of_contents The table of contents. (inherited from WordProcessingDocumentInfo)
title The title of the document. (inherited from WordProcessingDocumentInfo)
words The number of words in the document. (inherited from WordProcessingDocumentInfo)

See Also