IFileGeneralOptions
The IFileGeneralOptions
interface defines properties for configuring general file metadata, such as title, subject, and author information, along with options for tracking changes.
Properties
Name | Description |
---|---|
Author | Specifies the author of the file. |
Keywords | Specifies keywords associated with the file. |
GeneralIsChanged | Indicates whether any general changes have been made to the file options. |
AddCreateDate | Indicates whether the creation date should be added to the file metadata. |
Title | Specifies the title of the file. |
IsChanged | Indicates whether the general options have been modified. |
Subject | Specifies the subject of the file. |