encode_backward_references_ZopfliNode

encode_backward_references_ZopfliNode

Overview

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

This class provides 1 method for working with encode_backward_references_ZopfliNode 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: cost, distance, distance_cache, distance_code, insert_length, length, and 1 more.

Properties

NameTypeAccessDescription
distance_cache``ReadGets the distance cache.
length``ReadGets the length.
distance``ReadGets the distance.
distance_code``ReadGets the distance code.
length_code``ReadGets the length code.
insert_length``ReadGets the insert length.
cost``ReadGets the cost.

Methods

SignatureDescription
__init__()Calls init on this encode_backward_references_ZopfliNode instance.

See Also