Class PDFNet.Iterator
PDFNet.Iterator
Constructor Attributes | Constructor Name and Description |
---|---|
PDFNet.Iterator(id, type)
Supports a simple iteration over a generic collection.
|
Method Attributes | Method Name and Description |
---|---|
assign()
Copy Constructor
|
|
destroy()
Destructor
|
|
hasNext()
|
|
next()
Advances the iterator to the next element of the collection.
|
Class Detail
PDFNet.Iterator(id, type)
Supports a simple iteration over a generic collection.
- Parameters:
- id
- type
Method Detail
{Iterator}
assign()
Copy Constructor
- Returns:
- {Iterator} A promise that resolves to an object of type: "Iterator" (generated documentation)
destroy()
Destructor
{[ERROR]}
hasNext()
- Returns:
- {[ERROR]} A promise that resolves to true if the iterator can be successfully advanced to the next element; false if the iterator is no longer valid.
next()
Advances the iterator to the next element of the collection.