decode_transform_Transform
Overview
decode_transform_Transform is a class in Aspose.Font FOSS for Python.
This class provides 1 method for working with decode_transform_Transform 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: prefix, suffix, transform.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
prefix | `` | Read | Gets the prefix. |
transform | `` | Read | Gets the transform. |
suffix | `` | Read | Gets the suffix. |
Methods
| Signature | Description |
|---|---|
__init__(prefix, transform, suffix) | Calls init on this decode_transform_Transform instance. |