TextStrikethroughType

TextStrikethroughType

Overview

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

Represents the type of text strikethrough.

This enumeration defines 4 values: NOT_DEFINED, NONE, SINGLE, DOUBLE.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or unspecified strikethrough type
NONERepresents no strikethrough applied to the text
SINGLERepresents a single line strikethrough style
DOUBLE

See Also