DocumentTagCategory class

DocumentTagCategory class

Provides tags that are applied to document-specific properties only. The tags can be useful to determine from which part of an office document a property was extracted.

Inheritance: DocumentTagCategoryTagCategory

The DocumentTagCategory type exposes the following members:

Properties

Property Description
only_update Gets the tag that indicates that the property it not full removal from document.
built_in Gets the tag that indicates that the property it labels is built-in.
read_only Gets the tag that indicates that the property it labels is read-only and cannot be changed by GroupDocs.Metadata.
hidden_data Gets the tag indicating a document part that is not visible for regular users.
user_comment Gets the tag that labels user comments shown in the document content.
page Gets the tag that denotes a property holding information about a document page.
statistic Gets the tag indicating a property containing document statistics (word count, character count, etc).
field Gets the tag that denotes a property holding information about a form field or calculated field extracted from a document.
revision Get the tag labeling a property containing information about a document revision (tracked change).

See Also