Font in SlideX

I need to get the font of each portionX that have the slideX!


The properties I need are:

  • Font
  • Font Size
  • Bold
  • Italic
  • StrikeThrough
  • Underline
  • Hightlight
  • SuperScript
  • SubScript
  • Font Color
  • Font Background
In slides (97-2003), I can get them easily, but with SlideX I havent able to do it, just for bold and italic.

Thank you

Hi Alex,

Thanks for your interest in Aspose.Slides.

Please follow the documentation link for Aspose.Slides for Java.

I hope this info will help you in this regard. If you require any further information, please feel free to contact us.

We are sorry for your inconvenience and appreciate your patience.

Hi Alex,


I like to add few things here. Text highlighting feature is currently not supported. Please visit this thread link for your further kind reference. In order to SubScript or SuperScript text, please use Portion. Escapement property. In case of PPTX, please use PortionEx.PortionFormat. Escapement property. Its default value is 0 and sets text as normal text. Its value ranges from -100 to 100. -100 being maximum value for SubScript and 100 being maximum value of SuperScript. Please share if I may help you further in this regard.

Many Thanks,