TextCapType

Overview

TextCapType is a enum in Aspose.Slides FOSS for Python.

Represents the type of text capitalisation.

This enumeration defines 4 values: NOT_DEFINED, NONE, SMALL, ALL.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined text capitalization option
NONERepresents no capitalization applied to the text
SMALLRepresents small‑caps capitalization for the text
ALLRepresents full uppercase capitalization for the text

See Also