Enum

Overview

Enum is a class in Aspose.Font FOSS for Python.

Enum.tag holds the string identifier of the enumeration value.

This class provides 1 method for working with Enum objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package. Properties: index, params, tag.

Properties

NameTypeAccessDescription
tag``ReadGets the tag.
index``ReadGets the index.
params``ReadGets the params.

Methods

SignatureDescription
__init__(tag, index, params)Calls init on this Enum instance.

See Also