PropertyTypeTagCategory

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

public class PropertyTypeTagCategory extends TagCategory

Provides tags that bear additional information about the type of a property rather than about its purpose. Using these tags you can detect metadata properties that contain URL links to external resources, properties describing fonts, colors, geolocation and so on.

Methods

Method Description
getLink() Gets the tag that denotes a property being a link to an external resource.
getHash() Gets the tag that labels a property holding a hash of the file content.
getMeasure() Gets the tag that indicates a property being a measured characteristic of the content.
getDigitalSignature() Gets the tag that labels a digital signature.
getIdentifier() Gets the tag that labels a property containing an identifier of the content.
getLocation() Gets the tag that indicates a property being a reference to a geographical location.
getFont() Gets the tag that denotes a property describing font characteristics.
getColor() Gets the tag that labels a property describing a color.
getBitrate() Gets the tag that labels a property describing a bitrate.
public final PropertyTag getLink()

Gets the tag that denotes a property being a link to an external resource.

Returns: PropertyTag - The tag that denotes a property being a link to an external resource.

getHash()

public final PropertyTag getHash()

Gets the tag that labels a property holding a hash of the file content.

Returns: PropertyTag - The tag that labels a property holding a hash of the file content.

getMeasure()

public final PropertyTag getMeasure()

Gets the tag that indicates a property being a measured characteristic of the content. It can be the file size, number of pages, page size, etc.

Returns: PropertyTag - The tag that indicates a property being a measured characteristic of the content.

getDigitalSignature()

public final PropertyTag getDigitalSignature()

Gets the tag that labels a digital signature.

Returns: PropertyTag - The tag that labels a digital signature.

getIdentifier()

public final PropertyTag getIdentifier()

Gets the tag that labels a property containing an identifier of the content.

Returns: PropertyTag - The tag that labels a property containing an identifier of the content.

getLocation()

public final PropertyTag getLocation()

Gets the tag that indicates a property being a reference to a geographical location. The property can contain the name of a city, full address, GPS coordinates, etc.

Returns: PropertyTag - The tag that indicates a property being a reference to a geographical location.

getFont()

public final PropertyTag getFont()

Gets the tag that denotes a property describing font characteristics.

Returns: PropertyTag - The tag that denotes a property describing font characteristics.

getColor()

public final PropertyTag getColor()

Gets the tag that labels a property describing a color.

Returns: PropertyTag - The tag that labels a property describing a color.

getBitrate()

public final PropertyTag getBitrate()

Gets the tag that labels a property describing a bitrate.

Returns: PropertyTag - The tag that labels a property describing a bitrate.