SummaryDocumentProperties module
- class SummaryDocumentProperties.SummaryDocumentProperties
Bases:
DocumentSerializableRepresents the summary document properties.
- Add(key: int, props: DocumentProperty)
Adds the specified documentProperty.
- Parameters:
key (int) – The key to insert.
props (DocumentProperty) – The documentProperty to insert.
- property ApplicationName: str
Gets or sets the application name.
- property Author: str
Gets or sets the author name.
- property CharCount: int
Gets document characters count
- property CharCountWithSpace: int
Gets document characters count(including spaces)
- property Comments: str
Gets or sets the comments that provide additional information about the document.
- property Count: int
Gets summary count of document properties
- property CreateDate: DateTime
Gets or sets the document creation date
- property DocSecurity: int
Gets or sets document security level
- property Keywords: str
Gets or sets the document keywords.
- property LastAuthor: str
Gets or sets the last author name.
- property LastPrinted: DateTime
Returns or sets the last print date
- property LastSaveDate: DateTime
Returns or sets the last save date
- property PageCount: int
Gets document pages count
- property RevisionNumber: str
Gets or sets the document revision number.
- property Subject: str
Gets or sets the subject of the document.
- property Template: str
Gets or sets the template name of the document.
- property Thumbnail: str
Returns or setsthumbnail picture for document preview
- property Title: str
Gets or sets the document title.
- property TotalEditingTime: TimeSpan
Gets or sets the document total editing time
- property WordCount: int
Gets document words count
