TemplateObjectType

TemplateObjectType is an enumeration that holds the types of objects on a Brady Workstation Template.

  • StaticText: Text that cannot have it's value set by a user.
  • Text: Text that was designed as a placeholder. Users can change the text's value with TemplateObjectData.setValue(newValue). DateTimeObjects are considered Text that can be set to anything (even text that isn't in date time format).
  • Rectangle: A static rectangle that was drawn on the template.
  • Barcode: Any Barcode object that was used to design the template. Barcodes can have human readable text attached to them as well. A change to the value will change both the human readable text and the barcode itself.
  • Image: An image view that was placed on the template.
  • PolyPolyLine: A type of static shape or line that was drawn on the template.
  • Other: An type of object type that the SDK does not support yet.