ooodev.format.inner.common.props.cell_text_align_props module
- namedtuple ooodev.format.inner.common.props.cell_text_align_props.CellTextAlignProps(hori_justify, hori_method, vert_justify, vert_method, indent)[source]
Bases:
NamedTuple
Internal Properties
- Fields:
hori_justify (
str
) – Alias for field number 0hori_method (
str
) – Alias for field number 1vert_justify (
str
) – Alias for field number 2vert_method (
str
) – Alias for field number 3indent (
str
) – Alias for field number 4