PropertyValueType

PropertyValueType

Overview

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

Represent property value types.

This enumeration defines 4 values: NOT_DEFINED, STRING, NUMBER, COLOR.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or unspecified property value type
STRINGRepresents a property value that is a text string
NUMBERRepresents a property value that is a numeric type
COLORRepresents a property value that defines a color

See Also