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

from __future__ import annotations
from typing import NamedTuple


[docs]class ShapeShadowProps(NamedTuple): """Internal Properties""" use: str # Shadow blur: str # ShadowBlur color: str # ShadowColor transparence: str # ShadowTransparence dist_x: str # ShadowXDistance dist_y: str # ShadowYDistance