Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.47 KB

SpiralBindingUpdate.md

File metadata and controls

36 lines (26 loc) · 1.47 KB

MissionControl.SpiralBindingUpdate

Properties

Name Type Description Notes
fileReferences [FileReferenceUpdate] [optional]
kind String The kind of the finishing. Spiral binding is a binding method in which a metal or plastic thread that has been shaped into a sprial is inserted into punched holes in order to bind multiple singatures or parts together. [optional]
shape String The shape of the binding comb. Defaults to `single` if not set. [optional]
hanger Boolean Whether or not a hanger is attached in the center of the binding. This hanger can be used to attach the printed item to a wall (i.e. calendars). [optional]
diameter String The diameter of the rings in the comb given in the `dimension_unit`. [optional]
dimensionsUnit String The unit for the dimensions given in `diameter`. Must be set if `diameter` is set. [optional]

Enum: KindEnum

  • spiralBinding (value: "spiral_binding")

Enum: ShapeEnum

  • single (value: "single")
  • twin (value: "twin")

Enum: DimensionsUnitEnum

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