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 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.
Enjoy optimized rendering results when exporting WMF to PNG and ensuring great-looking presentations.
Linux developers can benefit from updated presentation API usability and compatibility with the latest Aspose.Slides for .NET version.
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.