Source code for ooodev.format.inner.common.props.font_only_props
from __future__ import annotations
from typing import NamedTuple
[docs]class FontOnlyProps(NamedTuple):
"""Internal Properties"""
name: str
size: str
style_name: str