Autoshape of type "Rounded Rectangular Callout" not being recognized?

I have a presentation that’s using this Autoshape…when I do:

foreach(Shape shp in sld.Shapes) {
if (shp is Autoshape) {
//nothing here
}else {
//still nothing
}
}

it never comes up. In fact…it doesn’t even get recognized as a shape. Any ideas?

Dear Michael,

Any shape which has text will be recognized as TextFrame.
Later text frame will have reference to the frame shape.

how much later? Big Smile

This “later” is not more than 2 weeks. 1.7 release will support it.