FormTools.insertControlShape(
(XComponent) UnoRuntime.queryInterface(XComponent.class, xDoc),
3000, 4500, 15000, 1000, "CommandButton");
// relation for XShapes interface
ShapeDsc sDsc = new ShapeDsc(5000, 3500, 7500, 10000, "Line");
tEnv.addObjRelation("Shape", new InstCreator(xDoc, sDsc));
log.println("ImplementationName: " + util.utils.getImplName(oObj));