class documentation

class _ControlType(enum.IntEnum): (source)

View In Hierarchy

An Enum to control page behavior and other parts of a document.

Constant ORIENTATION_LANDSCAPE Undocumented
Constant ORIENTATION_PORTRAIT Undocumented
Constant ORIENTATION_TOGGLE Undocumented
Constant PAGE_BREAK Undocumented
ORIENTATION_LANDSCAPE: int = (source)

Undocumented

Value
3
ORIENTATION_PORTRAIT: int = (source)

Undocumented

Value
4
ORIENTATION_TOGGLE: int = (source)

Undocumented

Value
2
PAGE_BREAK: int = (source)

Undocumented

Value
1