ContentTagCategory

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

public class ContentTagCategory extends TagCategory

Provides tags that are attached to metadata properties describing the content of a file. The tags are useful to find out the content language, type (genre), subject, rating, etc.

Methods

Method Description
getDescription() Gets the tag that labels properties containing a description of a file.
getComment() Gets the tag that denotes a comment left by a person who contributed in file creation.
getTitle() Gets the tag that labels the name given to a file.
getThumbnail() Gets the tag that indicates a thumbnail image attached to a file.
getLanguage() Gets the tag indicating the language of the intellectual content of a file.
getSubject() Gets the tag that denotes the subject the intellectual content is focused on.
getTableOfContents() Gets the tag indicating properties containing the table of contents of a file.
getType() Gets the tag that indicates the nature or genre of the content of a file.
getRating() Gets the tag labeling a user assigned rating of a file.
getKeywords() Gets the tag that denotes a metadata property containing keywords that describe the content.
getFileFormat() Gets the tag that indicates a metadata property containing information about the format of a file.
getStatus() Gets the tag that denotes the status of a file.
getVersion() Gets the tag labeling the version or revision of a file.
getSharedDoc() Gets the tag that denotes which is a common document for several manufacturers.
getHyperlinksChanged() Gets the tag that denotes the indicates that one or more hyperlinks in this part have been updated exclusively in this part by the manufacturer.
getBody() Gets the tag that denotes the body of a email file.

getDescription()

public final PropertyTag getDescription()

Gets the tag that labels properties containing a description of a file.

Returns: PropertyTag - The tag that labels properties containing a description of a file.

getComment()

public final PropertyTag getComment()

Gets the tag that denotes a comment left by a person who contributed in file creation.

Returns: PropertyTag - The tag that denotes a comment left by a person who contributed in file creation.

getTitle()

public final PropertyTag getTitle()

Gets the tag that labels the name given to a file.

Returns: PropertyTag - The tag that labels the name given to a file.

getThumbnail()

public final PropertyTag getThumbnail()

Gets the tag that indicates a thumbnail image attached to a file.

Returns: PropertyTag - The tag that indicates a thumbnail image attached to a file.

getLanguage()

public final PropertyTag getLanguage()

Gets the tag indicating the language of the intellectual content of a file.

Returns: PropertyTag

getSubject()

public final PropertyTag getSubject()

Gets the tag that denotes the subject the intellectual content is focused on.

Returns: PropertyTag - The tag that denotes the subject the intellectual content is focused on.

getTableOfContents()

public final PropertyTag getTableOfContents()

Gets the tag indicating properties containing the table of contents of a file.

Returns: PropertyTag

getType()

public final PropertyTag getType()

Gets the tag that indicates the nature or genre of the content of a file. It also includes terms describing general categories, functions, aggregation levels for the content.

Returns: PropertyTag

getRating()

public final PropertyTag getRating()

Gets the tag labeling a user assigned rating of a file.

Returns: PropertyTag - The tag labeling a user assigned rating of a file.

getKeywords()

public final PropertyTag getKeywords()

Gets the tag that denotes a metadata property containing keywords that describe the content.

Returns: PropertyTag - The tag that denotes a metadata property containing keywords that describe the content.

getFileFormat()

public final PropertyTag getFileFormat()

Gets the tag that indicates a metadata property containing information about the format of a file.

Returns: PropertyTag - The tag that indicates a metadata property containing information about the format of a file.

getStatus()

public final PropertyTag getStatus()

Gets the tag that denotes the status of a file.

Returns: PropertyTag - The tag that denotes the status of a file.

getVersion()

public final PropertyTag getVersion()

Gets the tag labeling the version or revision of a file.

Returns: PropertyTag - The tag labeling the version or revision of a file.

getSharedDoc()

public final PropertyTag getSharedDoc()

Gets the tag that denotes which is a common document for several manufacturers.

Returns: PropertyTag - The tag that denotes which is a common document for several manufacturers.

getHyperlinksChanged()

public final PropertyTag getHyperlinksChanged()

Gets the tag that denotes the indicates that one or more hyperlinks in this part have been updated exclusively in this part by the manufacturer.

Returns: PropertyTag - The tag that denotes indicates that one or more hyperlinks in this part have been updated exclusively in this part by the manufacturer.

getBody()

public final PropertyTag getBody()

Gets the tag that denotes the body of a email file.

Returns: PropertyTag - The tag that denotes the body of a email file.