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