com.groupdocs.metadata.tagging

Class LegalTagCategory



  • public class LegalTagCategory
    extends TagCategory

    Provides tags that are attached to metadata properties holding information about the owners of the file content and the rules under which the content can be used.

    • Method Detail

      • getCopyright

        public final PropertyTag getCopyright()

        Gets the tag that labels a copyright notice provided by the owner.

        Returns:
        The tag that labels a copyright notice provided by the owner.
      • getOwner

        public final PropertyTag getOwner()

        Gets the tag that denotes information about the owners of a file.

        Returns:
        The tag that denotes information about the owners of a file.
      • getUsageTerms

        public final PropertyTag getUsageTerms()

        Gets the tag that labels instructions on how the file can be used.

        Returns:
        The tag that labels instructions on how the file can be used.