ToolTagCategory
Leave feedback
On this page
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.
| 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. |
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.
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.
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.
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.
public final PropertyTag getSoftwareManufacturer()
Gets the tag that marks a software manufacturer.
Returns: PropertyTag - The tag that marks a software manufacturer.
public final PropertyTag getHardwareManufacturer()
Gets the tag that marks a hardware manufacturer.
Returns: PropertyTag - The tag that marks a hardware manufacturer.
public final PropertyTag getModelId()
Gets the tag that marks a model id.
Returns: PropertyTag - The tag that marks a model id.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.