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