XSheetAnnotation oAnno = oAnnoA.getAnnotation();
XSimpleText sText = ((XSimpleText)
UnoRuntime.queryInterface(XSimpleText.class, oAnno));
sText.setString("ScAnnotationsObj");
XSheetAnnotationsSupplier supp = (XSheetAnnotationsSupplier)
UnoRuntime.queryInterface(
XSheetAnnotationsSupplier.class, oSheet);
oObj = supp.getAnnotations();
TestEnvironment tEnv = new TestEnvironment( oObj );
return tEnv;
}