FontVertialAlignmentType module

class FontVertialAlignmentType.FontVertialAlignmentType(value)

Bases: Enum

<summary>
Defines the possible settings for vertical alignment of a run of text.

This is used to get superscript or subscript text without altering the font size properties of the rest of the text run.

</summary>

Baseline = 0
Subscript = 2
Superscript = 1