WidthType module

class WidthType.WidthType(value)

Bases: Enum

The TableWidthType enum specifies how the preferred width for a table, table indent, table cell, cell margin, or cell spacing is defined.

Auto = 1
Percentage = 2
Twip = 3
none = 0