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

from __future__ import annotations
from typing import NamedTuple


[docs]class CellTextAlignProps(NamedTuple): """Internal Properties""" hori_justify: str hori_method: str vert_justify: str vert_method: str indent: str