decode_transform_Transform

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

NameTypeAccessDescription
prefix``ReadGets the prefix.
transform``ReadGets the transform.
suffix``ReadGets the suffix.

Methods

SignatureDescription
__init__(prefix, transform, suffix)Calls init on this decode_transform_Transform instance.

See Also