Browse our Products Toggle navigation
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.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
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.
getTransparency
setTransparency
ICellFormat
ITableFormat
presentation = Presentation("pres.pptx"); table = presentation.getSlides().get_Item(0).getShapes().get_Item(0); table.getTableFormat().setTransparency(0.5); presentation.dispose();
Source*
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.
ShapeElement
ShapeUtil
With this version release, the return type of getFrame for IPresentationAnimationPlayer and FrameTickEventArgs is now IImage, aligning with modern API practices.
getFrame
IPresentationAnimationPlayer
FrameTickEventArgs
IImage
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.