Hiding a text frame in PPTX class

Hi,

I want Aspose.Slides.PPTX property to hide a text frame equivalent to textframe.Hidden=true in Aspose.Slides class.

Thanks

Hi,

Thanks for using Aspose.Slides.

For hiding TextFrame in pptx, you can use ShapeEx.hidden = true or AutoShapeEx.hidden = true.

i.e. pres.Slides[sldIndex].Shapes[shpIndex].Hidden = true;

If you require any further information, please feel free to contact us.

Many Thanks