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

from __future__ import annotations
from typing import NamedTuple


[docs]class TransparentGradientProps(NamedTuple): """Internal Properties""" transparence: str # FillTransparence name: str # FillTransparenceGradientName struct_prop: str # FillTransparenceGradient