com.groupdocs.metadata.tagging

Class PropertyTypeTagCategory



  • 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.

    • Method Detail

      • getLink

        public final PropertyTag getLink()

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

        Returns:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        The tag that labels a property describing a bitrate.