Base class for objects in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture....auto textBox = MakeObject<Shape>(doc, ShapeType::TextBox ); t...textBox->set_Width(200); textBox->set_Height(50); textBox->set_Left(group->get_CoordSize()...