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.
| Modifier and Type | Method and Description |
|---|---|
PropertyTag |
getBitrate()
Gets the tag that labels a property describing a bitrate.
|
PropertyTag |
getColor()
Gets the tag that labels a property describing a color.
|
PropertyTag |
getDigitalSignature()
Gets the tag that labels a digital signature.
|
PropertyTag |
getFont()
Gets the tag that denotes a property describing font characteristics.
|
PropertyTag |
getHash()
Gets the tag that labels a property holding a hash of the file content.
|
PropertyTag |
getIdentifier()
Gets the tag that labels a property containing an identifier of the content.
|
PropertyTag |
getLink()
Gets the tag that denotes a property being a link to an external resource.
|
PropertyTag |
getLocation()
Gets the tag that indicates a property being a reference to a geographical location.
|
PropertyTag |
getMeasure()
Gets the tag that indicates a property being a measured characteristic of the content.
|
toStringpublic final PropertyTag getBitrate()
Gets the tag that labels a property describing a bitrate.
public final PropertyTag getColor()
Gets the tag that labels a property describing a color.
public final PropertyTag getDigitalSignature()
Gets the tag that labels a digital signature.
public final PropertyTag getFont()
Gets the tag that denotes a property describing font characteristics.
public final PropertyTag getHash()
Gets the tag that labels a property holding a hash of the file content.
public final PropertyTag getIdentifier()
Gets the tag that labels a property containing an identifier of the content.
public final PropertyTag getLink()
Gets the tag that denotes a property being a link to an external resource.
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.
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.
Copyright © 2025. All rights reserved.