Searched refs:xShape_doc (Results 1 – 1 of 1) sorted by relevance
98 XShape xShape_doc = (XShape) UnoRuntime.queryInterface(XShape.class, xTextFrame_Assert_doc); in testFrameSize() local99 assertEquals("verify Frame height size",788,xShape_doc.getSize().Height); in testFrameSize()100 assertEquals("verify Frame width size",14998,xShape_doc.getSize().Width); in testFrameSize()
Completed in 11 milliseconds