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

from __future__ import annotations
from typing import NamedTuple
from .prop_pair import PropPair as PropPair


[docs]class StructTableBorderDistancesProps(NamedTuple): """Internal Properties""" left: str top: str right: str bottom: str valid_left: str valid_top: str valid_right: str valid_bottom: str