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
}
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
}