Source code for ooodev.format.inner.common.props.image_flip_props
from __future__ import annotations
from typing import NamedTuple
[docs]class ImageFlipProps(NamedTuple):
"""Internal Properties"""
vert: str # VertMirrored
hori_even: str # HoriMirroredOnEvenPages
hori_odd: str # HoriMirroredOnOddPages