Source code for ooodev.format.inner.common.props.cell_background_color_props
from __future__ import annotations
from typing import NamedTuple
[docs]class CellBackgroundColorProps(NamedTuple):
"""Internal Properties"""
color: str
is_transparent: str