encode_block_splitter_BlockSplitIterator

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

NameTypeAccessDescription
split_``ReadGets the split .
idx_``ReadGets the idx .
type_``ReadGets the type .
length_``ReadGets the length .

Methods

SignatureDescription
__init__(split)Calls init on this encode_block_splitter_BlockSplitIterator instance.
Next()Advances the iterator to the next split block

See Also