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 Python via Java 24.5

Download  Support Forum 

File Details

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

Description

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

File Details

Upgraded Transparency Control

Aspose.Slides for Python via Java 24.5 includes the new getTransparency and setTransparency methods added to ICellFormat and ITableFormat for finer control over cell and table fill color transparency. The following code example shows how to use the updated transparency control within your Python presentation processing apps.

presentation = Presentation("pres.pptx");

table = presentation.getSlides().get_Item(0).getShapes().get_Item(0);
table.getTableFormat().setTransparency(0.5);

presentation.dispose();

Source*

Modern API Transition

In the latest Python presentation library, the ShapeElement and ShapeUtil members are declared obsolete, allowing developers to harness the power of a more streamlined API in future versions.

Improved Return Types

With this version release, the return type of getFrame for IPresentationAnimationPlayer and FrameTickEventArgs is now IImage, aligning with modern API practices.

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

 English