CorporateTagCategory

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

public class CorporateTagCategory extends TagCategory

Provides tags intended to mark metadata properties related to a company that participated in file creation.

Methods

Method Description
getCompany() Gets the tag that labels a property containing information about a company contributed to file creation.
getManager() Gets the tag that labels information about a person who managed the making process of a file.

getCompany()

public final PropertyTag getCompany()

Gets the tag that labels a property containing information about a company contributed to file creation. Alternatively, the tag can refer to a company the file content is about.

Returns: PropertyTag

getManager()

public final PropertyTag getManager()

Gets the tag that labels information about a person who managed the making process of a file.

Returns: PropertyTag - The tag that labels information about a person who managed the making process of a file.