TupleScalarDelta

TupleScalarDelta

Overview

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

TupleScalarDelta.to_dict() returns a dict with tuple_index, before_scalar and after_scalar values.

This class provides 1 method for working with TupleScalarDelta objects in Python programs. Available methods include: to_dict. All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package. Properties: after_scalar, before_scalar, tuple_index.

Properties

NameTypeAccessDescription
tuple_indexintReadGets the tuple index.
before_scalarfloatReadGets the before scalar.
after_scalarfloatReadGets the after scalar.

Methods

SignatureDescription
to_dict()dict[str, object]Returns a dict with tuple_index, before_scalar and after_scalar values

See Also