Aspose.Slides for C++ logo

Here we have a new release of Aspose.Slides for C++ 19.9, which has been enriched with new features. It can now support managing paragraph with custom numbered list. For this purpose, NumberedBulletStartWith property has been added to IBulletFormat.

In order to add a custom number list inside a paragraph, you first need to access the slide and add an auto shape. Then, you have to access the respective TextFrame of the shape and remove the default paragraph in that. Then create the first paragraph instance using Paragraph class and set NumberedBulletStartWith to 2 and second paragraph instance and set NumberedBulletStartWith 3.

The following code sample shows how to set a Paragraph with a custom numbered list.

Wait, there’s many other features, enhancement, and bug fixes included in this release. Here you can get the detail!

When time allows you can check out API examples at Github, talk about this release and other API related issues in our forum.