LayoutType module

class LayoutType.LayoutType(value)

Bases: Enum

Enum class that defines the possible types of layout algorithms that can be used to layout a table within a WordprocessingML document.

AutoFit = 1
Fixed = 0