DocumentProperty Class Members
In This Topic
The following tables list the members exposed by DocumentProperty.
Public Properties
| Name | Description |
| LinkSource |
Specifies the name of a bookmark in the current document from which the value of this custom document property should be extracted.
If this property value is present, then any value shall be considered a cache and replaced with the value of this bookmark (if present) on save.
If the bookmark is not present, then this link shall be considered broken and the cached value shall be retained.
|
| Name |
Gets the name of the property.
|
| Type |
Gets the data type of the property.
|
| Value |
Gets or sets the value of the property.
|
Top
See Also