We're sorry Aspose doesn't work properply without JavaScript enabled.

Free Support Forum - aspose.com

Verify if a Placeholder is a TextHolder

How do I verify if a Placeholder is a TextHolder?

The following check shows that the shape contains a textholder

if (shp.Placeholder != null && shp.IsTextHolder == true)
{
    //shape contains textholder
}