Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.52 KB

CombBinding.md

File metadata and controls

39 lines (29 loc) · 1.52 KB

MissionControl.CombBinding

Properties

Name Type Description Notes
id String
createdAt Date
updatedAt Date
fileReferences [FileReference]
kind String The kind of the finishing. Comb binding is a binding method in which a plastic spine (comb) with attached rings is inserted into punched holes in order to bind multiple singatures or parts together. This binding technique is commonly used for formats such as A4 or US Letter.
shape String The shape of the binding comb. Defaults to `single` if not set
hanger Boolean Whether or not a hanger is attached in the center of the binding. This hanger can be used to attach the print product to a wall (i.e. calendars).
diameter String The diameter of the rings in the comb given in the `dimensions_unit`.
dimensionsUnit String The unit for the dimensions given in `diameter`. Must be set if `diameter` is set.

Enum: KindEnum

  • combBinding (value: "comb_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")