aspose.words.properties module
Contents
[
Hide
]The aspose.words.properties module provides classes to work with custom and built-in document properties such as title, keywords, company etc.
Classes
| Class | Description |
|---|---|
| BuiltInDocumentProperties | A collection of built-in document properties. To learn more, visit the Work with Document Properties documentation article. |
| CustomDocumentProperties | A collection of custom document properties. To learn more, visit the Work with Document Properties documentation article. |
| DocumentProperty | Represents a custom or built-in document property. To learn more, visit the Work with Document Properties documentation article. |
| DocumentPropertyCollection | Base class for BuiltInDocumentProperties and CustomDocumentProperties collections. To learn more, visit the Work with Document Properties documentation article. |
Enumerations
| Enumeration | Description |
|---|---|
| DocumentSecurity | Used as a value for the BuiltInDocumentProperties.security property. Specifies the security level of a document as a numeric value. |
| PropertyType | Specifies data type of a document property. |