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