XSimpleText xAnnoText =
(XSimpleText) UnoRuntime.queryInterface(XSimpleText.class,
oAnno);
xAnnoText.setString("ScAnnotationShapeObj");
XSheetAnnotationShapeSupplier xSheetAnnotationShapeSupplier =
(XSheetAnnotationShapeSupplier) UnoRuntime.queryInterface(XSheetAnnotationShapeSupplier.class,
oAnno);
oObj = xSheetAnnotationShapeSupplier.getAnnotationShape();
log.println("ImplementationName: "
+ util.utils.getImplName(oObj));
TestEnvironment tEnv = new TestEnvironment(oObj);