Searched refs:xShape_odt (Results 1 – 1 of 1) sorted by relevance
88 XShape xShape_odt = (XShape) UnoRuntime.queryInterface(XShape.class, xTextFrame_Assert_odt); in testFrameSize() local89 assertEquals("verify Frame height size",41,xShape_odt.getSize().Height); in testFrameSize()90 assertEquals("verify Frame width size",15000,xShape_odt.getSize().Width); in testFrameSize()
Completed in 10 milliseconds