SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)Param.getMSF());
XComponent xComp = (XComponent)
UnoRuntime.queryInterface(XComponent.class, xTextDoc);
XInterface oInstance = (XInterface)
SOF.createInstance(xComp, "com.sun.star.style.CharacterStyle");
XStyleFamiliesSupplier oSFsS = (XStyleFamiliesSupplier)
UnoRuntime.queryInterface(XStyleFamiliesSupplier.class, xTextDoc);
XNameAccess oSF = oSFsS.getStyleFamilies();
XIndexAccess oSFIA = (XIndexAccess)
UnoRuntime.queryInterface(XIndexAccess.class, oSF);