Source code for ooodev.format.inner.common.props.border_props
from __future__ import annotations
from typing import NamedTuple
[docs]class BorderProps(NamedTuple):
"""Internal Properties"""
left: str
top: str
right: str
bottom: str