Converts millimeters to TWIP (twentieths of a point).
TWIP is a common unit in Office Open XML where 1 inch = 1440 TWIP.
The measurement in millimeters to convert
The equivalent measurement in TWIP
const width = convertMillimetersToTwip(25.4); // Returns 1440 (1 inch) Copy
const width = convertMillimetersToTwip(25.4); // Returns 1440 (1 inch)
Converts millimeters to TWIP (twentieths of a point).
TWIP is a common unit in Office Open XML where 1 inch = 1440 TWIP.