ActiveTupleSummary

ActiveTupleSummary

Overview

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

ActiveTupleSummary.to_dict() returns a dictionary containing the tuple’s index, scalar value, peak coordinates, start coordinates, and end coordinates.

This class provides 1 method for working with ActiveTupleSummary 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: end_coords, peak_coords, scalar, start_coords, tuple_index.

Properties

NameTypeAccessDescription
tuple_indexintReadGets the tuple index.
scalarfloatReadGets the scalar.
peak_coordsdict[str, float]ReadGets the peak coords.
start_coordsdict[str, float] | NoneReadGets the start coords.
end_coordsdict[str, float] | NoneReadGets the end coords.

Methods

SignatureDescription
to_dict()dict[str, object]Returns a dictionary containing the tuple’s index, scalar value, peak coordinates, start coordinates, and end coordinates

See Also