Hi,
there seems to be a bug in the get_Item method of the PlaceholderCollection class.
In productional code i've observed that getCount() returned 4, but get_Item(3) returned null.
As a workaround i've used the iterator instead which will return a valid Placeholder at that position.
For me it looks like a bug within the SortedList which is used internally?!
Aspose.slides for Java 8.5.0
java version "1.7.0_51"
Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
Java HotSpot(TM) Client VM (build 24.51-b03, mixed mode, sharing)
regards,
D.Croe