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 C++ 24.5 Linux

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 88.95MB
  • Date Added:
  • 16/5/2024

Description

It contains Aspose.Slides for C++ 24.5 Linux release.

File Details

Control Transparency for Tables

Aspose.Slides for C++ 24.5 lets developers boost presentation apps with the ability to set table transparency for a more customized look of your PowerPoint presentations on Linux OS.

Optimized Presentation Rendering

Enjoy optimized rendering results when exporting WMF to PNG and ensuring great-looking presentations.

Modern API Updates

Linux developers can benefit from updated presentation API usability and compatibility with the latest Aspose.Slides for .NET version.

Shape Transparency Handling

This version of the C++ API delivers finer control over presentation visuals with the introduction of shape transparency methods. Build feature-rich presentation processing applications targeting the Linux platform with the ability to get or set fill color transparency.

The following code example illustrates how to set the transparency of the fill color.


System::SharedPtr<Presentation> presentation = System::MakeObject<Presentation>(u"pres.pptx");
System::SharedPtr<ITable> table = System::ExplicitCast<Aspose::Slides::ITable>(presentation->get_Slide(0)->get_Shape(0));
table->get_TableFormat()->set_Transparency(0.5f);

Source*

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

 English