Class Index

Classes


Class PDFNet.Iterator

PDFNet.Iterator

Class Summary
Constructor Attributes Constructor Name and Description
 
PDFNet.Iterator(id, type)
Supports a simple iteration over a generic collection.
Method Summary
Method Attributes Method Name and Description
 
Copy Constructor
 
Destructor
 
 
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.

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Sep 09 2016 14:32:40 GMT-0700 (PDT)