ToolTagCategory
Inheritance: java.lang.Object, com.groupdocs.metadata.tagging.TagCategory
public class ToolTagCategory extends TagCategory
Provides tags intended to mark metadata properties related to the tools (software and hardware) that were used to create a file.
Methods
Method | Description |
---|---|
getSoftware() | Gets the tag that labels any kind of software used to create a file. |
getHardware() | Gets the tag that denotes any kind of hardware used to create a file. |
getSoftwareVersion() | Gets the tag that labels properties containing the version of the software used to create a file. |
getHardwareVersion() | Gets the tag that labels properties containing the version of the hardware used to create a file. |
getSoftwareManufacturer() | Gets the tag that marks a software manufacturer. |
getHardwareManufacturer() | Gets the tag that marks a hardware manufacturer. |
getModelId() | Gets the tag that marks a model id. |
getSoftware()
public final PropertyTag getSoftware()
Gets the tag that labels any kind of software used to create a file.
Returns: PropertyTag - The tag that labels any kind of software used to create a file.
getHardware()
public final PropertyTag getHardware()
Gets the tag that denotes any kind of hardware used to create a file.
Returns: PropertyTag - The tag that denotes any kind of hardware used to create a file.
getSoftwareVersion()
public final PropertyTag getSoftwareVersion()
Gets the tag that labels properties containing the version of the software used to create a file.
Returns: PropertyTag - The tag that labels properties containing the version of the software used to create a file.
getHardwareVersion()
public final PropertyTag getHardwareVersion()
Gets the tag that labels properties containing the version of the hardware used to create a file.
Returns: PropertyTag - The tag that labels properties containing the version of the hardware used to create a file.
getSoftwareManufacturer()
public final PropertyTag getSoftwareManufacturer()
Gets the tag that marks a software manufacturer.
Returns: PropertyTag - The tag that marks a software manufacturer.
getHardwareManufacturer()
public final PropertyTag getHardwareManufacturer()
Gets the tag that marks a hardware manufacturer.
Returns: PropertyTag - The tag that marks a hardware manufacturer.
getModelId()
public final PropertyTag getModelId()
Gets the tag that marks a model id.
Returns: PropertyTag - The tag that marks a model id.