Browse our Products

Aspose.Slides for Android via Java 21.2 Release Notes

KeySummaryCategory
SLIDESANDROID-323Use Aspose.Slides for Java 21.2 featuresEnhancement

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.