How to implement Increase Font Size feature of the MS Power point using Aspose.Slides (Java)

Hi Team,
I want to implement the Increase Font Size using ASPOSE Slides Java. Can you please help me to get the solution on it.
Here is the explanation of the MS PowerPoint feature:
Select the complete text in the given specific text holder then click on the Increase Font Size option it will relatively increase the font size of all text. Like if you have two sizes of the font(10, 12) in the same shape then it will increase the font to (12, 14).

Please suggest the operation which will help to implement this feature.

@Shree995,

I have observed your requirements and like to share that in Aspose.Slides the fonts related properties are set on Portions level. You have to select the portion inside the text and apply font related properties. I suggest you to please visit this documentation link for your kind reference.

@mudassir.fayyaz,
Thanks for the clarification.

@Shree995,

You are always welcome.