Source code for ooodev.format.inner.common.props.cell_text_properties_props
from __future__ import annotations
from typing import NamedTuple
[docs]class CellTextPropertiesProps(NamedTuple):
"""Internal Properties"""
mode: str
wrapped: str
hyphen: str
shrink: str