Paper Office
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

attributecentipointsint

Integer length in hundredths of a point (1/7200 inch).

Used internally because PowerPoint stores font size in centipoints.

cm

attributecmfloat

Floating point length in centimeters.

emu

attributeemuint

Integer length in English Metric Units.

inches

attributeinchesfloat

Floating point length in inches.

mm

attributemmfloat

Floating point length in millimeters.

pt

attributeptfloat

Floating point length in points.

On this page