obj );
obj = xStyles.getByName( "title1" );
com.sun.star.style.XStyle xTitle1Style = (com.sun.star.style.XStyle)
UnoRuntime.queryInterface( com.sun.star.style.XStyle.class, obj );
XDrawPagesSupplier xDrawPagesSupplier =
(XDrawPagesSupplier)UnoRuntime.queryInterface(
XDrawPagesSupplier.class, xComponent );
XDrawPages xDrawPages = xDrawPagesSupplier.getDrawPages();
XDrawPage xDrawPage = (XDrawPage)UnoRuntime.queryInterface(
XDrawPage.class, xDrawPages.getByIndex( 0 ));
XShapes xShapes = (XShapes)UnoRuntime.queryInterface(XShapes.class,
xDrawPage );
XShape xShape = ShapeHelper.createShape( xComponent, new Point( 0, 0 ),