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
| Name | Type | Access | Description |
|---|---|---|---|
tag | `` | Read | Gets the tag. |
index | `` | Read | Gets the index. |
params | `` | Read | Gets the params. |
Methods
| Signature | Description |
|---|---|
__init__(tag, index, params) | Calls init on this Enum instance. |