paper-docxAPI referenceshared
Twips
paper-docx 0.2.0 API reference
Convenience constructor for length in twips, e.g. width = Twips(42).
A twip is a twentieth of a point, 635 EMU.
Attributes
cm
attributecmThe equivalent length expressed in centimeters (float).
emu
attributeemuThe equivalent length expressed in English Metric Units (int).
inches
attributeinchesThe equivalent length expressed in inches (float).
mm
attributemmThe equivalent length expressed in millimeters (float).
pt
attributeptFloating point length in points.
twips
attributetwipsThe equivalent length expressed in twips (int).