encode_block_splitter_BlockSplitIterator
Overview
encode_block_splitter_BlockSplitIterator is a class in Aspose.Font FOSS for Python.
This class provides 2 methods for working with encode_block_splitter_BlockSplitIterator objects in Python programs.
Available methods include: Next, __init__.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Properties: idx_, length_, split_, type_.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
split_ | `` | Read | Gets the split . |
idx_ | `` | Read | Gets the idx . |
type_ | `` | Read | Gets the type . |
length_ | `` | Read | Gets the length . |
Methods
| Signature | Description |
|---|---|
__init__(split) | Calls init on this encode_block_splitter_BlockSplitIterator instance. |
Next() | Advances the iterator to the next split block |