if(controlShapePos.X == secondItemPos.X)
setLeftLayoutProperty(true);
}
xProps = (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, items.get(0).getTextShape());
LineStyle lineStyle = (LineStyle)xProps.getPropertyValue("LineStyle");
if(lineStyle.getValue() == LineStyle.SOLID_value)
setFrameProp(true);
}
setFontPropertyValues();
XText xText = (XText)UnoRuntime.queryInterface(XText.class, items.get(0).getTextShape());