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.

The DocumentTagCategory type exposes the following members:

Methods

Method Description
to_string Returns a string that represents the current object. (inherited from TagCategory)

Properties

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

See Also