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

from __future__ import annotations
from typing import NamedTuple


[docs]class FillColorProps(NamedTuple): """Internal Properties""" color: str # FillColor ( int ) style: str # FillStyle such as FillStyle.SOLID bg: str = "" # FillBackground ( bool, not used in all classes)