LegalTagCategory

Inheritance: java.lang.Object, com.groupdocs.metadata.tagging.TagCategory

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.

Methods

Method Description
getCopyright() Gets the tag that labels a copyright notice provided by the owner.
getOwner() Gets the tag that denotes information about the owners of a file.
getUsageTerms() Gets the tag that labels instructions on how the file can be used.

getCopyright()

public final PropertyTag getCopyright()

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

Returns: PropertyTag - 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: PropertyTag - 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: PropertyTag - The tag that labels instructions on how the file can be used.