DocumentTagCategory
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.
Methods
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). |
getBuiltIn()
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.
getReadOnly()
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.
getHiddenData()
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.
getUserComment()
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.
getPage()
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.
getStatistic()
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).
getField()
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.
getRevision()
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).