python_HaxeIterator

python_HaxeIterator

Overview

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

This class provides 3 methods for working with python_HaxeIterator objects in Python programs. Available methods include: __init__, hasNext, next. All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package. Properties: checked, has, it, x.

Properties

NameTypeAccessDescription
checked``ReadGets the checked.
has``ReadGets the has.
x``ReadGets the x.
it``ReadGets the it.

Methods

SignatureDescription
__init__(it)Calls init on this python_HaxeIterator instance.
next()Advances the iterator and returns the next item
hasNext()Calls hasNext on this python_HaxeIterator instance.

See Also