Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

Aspose.Slides for Android via Java 24.5

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 31.92MB
  • Date Added:
  • 21/5/2024

Description

It contains Aspose.Slides for Android via Java 24.5 release.

File Details

Flexible Shape Customization

Aspose.Slides for Android via Java 24.5 lets you apply transparency effects to cells and tables with the newly introduced ICellFormat.Transparency and ITableFormat.Transparency properties.

Enhanced Animation Handling

Work seamlessly with animations using the updated IPresentationAnimationPlayer and FrameTickEventArgs interfaces in the latest release of the PowerPoint manipulation Android library.

Transparency Control

You can precisely adjust the transparency of the cell and table fills using the new ICellFormat.Transparency and ITableFormat.Transparency properties. This code example highlights how to use this functionality in your applications.


Presentation presentation = new Presentation("pres.pptx");
try {
    ITable table = (ITable)presentation.getSlides().get_Item(0).getShapes().get_Item(0);
    table.getTableFormat().setTransparency(0.5f);
} finally {
    if (presentation != null) presentation.dispose();
}

Source*

You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting Aspose.Slides for Android via Java 24.5 Release Notes.

 English