VerticalRelation module

class VerticalRelation.VerticalRelation(value)

Bases: Enum

The enum defines the vertical relation.

Margin

Represents the margin vertical relation.

Type:

int

Page

Represents the page vertical relation.

Type:

int

Paragraph

Represents the paragraph vertical relation.

Type:

int

Margin = 0
Page = 1
Paragraph = 2