com.groupdocs.metadata.tagging

Class DocumentTagCategory



  • 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 Detail

      • getBuiltIn

        public final PropertyTag getBuiltIn()

        Gets the tag that indicates that the property it labels is built-in.

        Returns:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        The tag labeling a property containing information about a document revision (tracked change).