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
| Name | Type | Access | Description |
|---|---|---|---|
checked | `` | Read | Gets the checked. |
has | `` | Read | Gets the has. |
x | `` | Read | Gets the x. |
it | `` | Read | Gets the it. |
Methods
| Signature | Description |
|---|---|
__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. |