Source code for ooodev.format.inner.common.props.cell_text_orientation_props
from __future__ import annotations
from typing import NamedTuple
[docs]class CellTextOrientationProps(NamedTuple):
"""Internal Properties"""
rotation: str
rotate_ref: str
stacked: str