ImageGear for Java
remove(int) Method
the index of the element to be removed
Removes the element at the specified position in this list (optional operation). Shifts any subsequent elements to the left (subtracts one from their indices). Returns the element that was removed from the list.
Syntax
public ImGearPage remove( 
   int index
)

Parameters

index
the index of the element to be removed

Return Value

the element previously at the specified position
Exceptions
ExceptionDescription
java.lang.UnsupportedOperationExceptionif the remove operation is not supported by this list
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