Hi Team,
Not able set vertical Text Alignment to center in the text frame in PPTX class,however the AnchorText property for Texframe in PPT class works .
Code:
TextFrameEx tf = tbl[col, row].TextFrame;
ParagraphEx par = tf.Paragraphs[0];
par.ParagraphFormat.Alignment = TextAlignmentEx.Center;
Version of Aspose.slides.dll is 6.3.0.0