Aspose.Slides for Android via Java 21.2 Release Notes

Key Summary Category
SLIDESANDROID-323 Use Aspose.Slides for Java 21.2 features Enhancement

Public API Changes

Obsolete methods have been removed

IShapeCollection.addOleObjectFrame(float x, float y, float width, float height, String className, byte[] objectData) has been removed. Use addOleObjectFrame(float x, float y, float width, float height, IOleEmbeddedDataInfo dataInfo) method instead. IShapeCollection.insertOleObjectFrame(int index, float x, float y, float width, float height, String className, byte[] objectData) has been removed. Use insertOleObjectFrame(int index, float x, float y, float width, float height, IOleEmbeddedDataInfo dataInfo) method instead.

ShapeCollection.addOleObjectFrame(float x, float y, float width, float height, String className, byte[] objectData) has been removed. Use addOleObjectFrame(float x, float y, float width, float height, IOleEmbeddedDataInfo dataInfo) method instead. ShapeCollection.insertOleObjectFrame(int index, float x, float y, float width, float height, String className, byte[] objectData) has been removed. Use insertOleObjectFrame(int index, float x, float y, float width, float height, IOleEmbeddedDataInfo dataInfo) method instead.