DocumentTagCategory
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.tagging.TagCategory
public class DocumentTagCategory extends TagCategory
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.
| Method | Description |
|---|---|
| getBuiltIn() | Gets the tag that indicates that the property it labels is built-in. |
| getReadOnly() | Gets the tag that indicates that the property it labels is read-only and cannot be changed by GroupDocs.Metadata. |
| getHiddenData() | Gets the tag indicating a document part that is not visible for regular users. |
| getUserComment() | Gets the tag that labels user comments shown in the document content. |
| getPage() | Gets the tag that denotes a property holding information about a document page. |
| getStatistic() | Gets the tag indicating a property containing document statistics (word count, character count, etc). |
| getField() | Gets the tag that denotes a property holding information about a form field or calculated field extracted from a document. |
| getRevision() | Get the tag labeling a property containing information about a document revision (tracked change). |
public final PropertyTag getBuiltIn()
Gets the tag that indicates that the property it labels is built-in.
Returns: PropertyTag - The tag that indicates that the property it labels is built-in.
public final PropertyTag getReadOnly()
Gets the tag that indicates that the property it labels is read-only and cannot be changed by GroupDocs.Metadata.
Returns: PropertyTag - The tag that indicates that the property it labels is read-only and cannot be changed by GroupDocs.Metadata.
public final PropertyTag getHiddenData()
Gets the tag indicating a document part that is not visible for regular users.
Returns: PropertyTag - The tag indicating a document part that is not visible for regular users.
public final PropertyTag getUserComment()
Gets the tag that labels user comments shown in the document content.
Returns: PropertyTag - The tag that labels user comments shown in the document content.
public final PropertyTag getPage()
Gets the tag that denotes a property holding information about a document page.
Returns: PropertyTag - The tag that denotes a property holding information about a document page.
public final PropertyTag getStatistic()
Gets the tag indicating a property containing document statistics (word count, character count, etc).
Returns: PropertyTag - The tag indicating a property containing document statistics (word count, character count, etc).
public final PropertyTag getField()
Gets the tag that denotes a property holding information about a form field or calculated field extracted from a document.
Returns: PropertyTag - The tag that denotes a property holding information about a form field or calculated field extracted from a document.
public final PropertyTag getRevision()
Get the tag labeling a property containing information about a document revision (tracked change).
Returns: PropertyTag - The tag labeling a property containing information about a document revision (tracked change).
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.