ImageGear for Java
listIterator(int) Method
index of first element to be returned from the list iterator (by a call to the next method)
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list. The specified index indicates the first element that would be returned by an initial call to java.util.ListIterator.next(). An initial call to java.util.ListIterator.previous() would return the element with the specified index minus one.
Syntax
public java.util.ListIterator<ImGearPage> listIterator( 
   int index
)

Parameters

index
index of first element to be returned from the list iterator (by a call to the next method)

Return Value

a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list
Exceptions
ExceptionDescription
java.lang.IndexOutOfBoundsExceptionif the index is out of range (index < 0 || index > size())
See Also

Reference

ImGearDocumentPageArray Class
ImGearDocumentPageArray Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback