Source code for ooodev.format.inner.common.props.title_alignment_orientation_props

from __future__ import annotations
from typing import NamedTuple


[docs]class TitleAlignmentOrientationProps(NamedTuple): """Internal Properties""" angle: str vertical: str