Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.18 KB

StripBinding.md

File metadata and controls

30 lines (23 loc) · 1.18 KB

MissionControl.StripBinding

Properties

Name Type Description Notes
id String
createdAt Date
updatedAt Date
fileReferences [FileReference]
kind String The kind of the finishing. Strip binding is a binding process where a strip of plastic with attached pins is used to bind several signatures or parts together. Strip binding is commonly used for document bindings that require tempering resistance (i.e. notary documents, tax reports, balance sheets)
pinHeight String The height of the pins used in the binding, given in the `dimensions_unit`.
dimensionsUnit String The unit for the dimensions given in `diameter`. Must be set if `diameter` is set.

Enum: KindEnum

  • stripBinding (value: "strip_binding")

Enum: DimensionsUnitEnum

  • cm (value: "cm")
  • foot (value: "foot")
  • inch (value: "inch")
  • m (value: "m")
  • mm (value: "mm")
  • pica (value: "pica")
  • point (value: "point")