Hi,
auto textFrameFormat = Shape->get_TextFrame()->get_TextFrameFormat();
auto anchor = textFrameFormat->get_AnchoringType();
get_Anchoring returns undefined for the attached presentation.
The set text vertical alignm…...Hi, auto textFrameFormat = shape->get_TextFrame()->get_TextFrameFormat();...how to do this: // Assuming 'shape' is your SharedPtr<IAutoShape>...