paper-pptxAPI referenceutil
Length
paper-pptx 0.2.0 API reference
Base class for length classes Inches, Emu, Cm, Mm, and Pt.
Provides properties for converting length values to convenient units.
Attributes
centipoints
attributecentipointsintInteger length in hundredths of a point (1/7200 inch).
Used internally because PowerPoint stores font size in centipoints.
cm
attributecmfloatFloating point length in centimeters.
emu
attributeemuintInteger length in English Metric Units.
inches
attributeinchesfloatFloating point length in inches.
mm
attributemmfloatFloating point length in millimeters.
pt
attributeptfloatFloating point length in points.