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

Download  Support Forum 

File Details

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

Description

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

File Details

Enhanced Table Formatting

Aspose.Slides for PHP via Java 24.5 offers finer table appearance control with the new getTransparency and setTransparency methods in the ICellFormat and ITableFormat interfaces. Effectively adjust table fill color transparency for dynamic presentations, as shown in the coding example below.

$presentation = new Presentation("pres.pptx");

$table = $presentation->getSlides()->get_Item(0)->getShapes()->get_Item(0);
$table->getTableFormat()->setTransparency(0.5);

$presentation->dispose();

Source*

An Updated Modern API

As part of our commitment to a modern API, the latest PHP presentation API release marks several methods and properties in the ShapeElement and ShapeUtil classes as obsolete for removal in version 24.8.

Return Type Enhancements

The return type of the getFrame method for IPresentationAnimationPlayer and its implementation is now IImage instead of Bitmap. This aligns with the ongoing modern API transition and allows you to supercharge your PHP apps seamlessly.

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