Searched refs:xTableProps6 (Results 1 – 1 of 1) sorted by relevance
335 XPropertySet xTableProps6 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable6); in testSetTable_AlignmentAndMarginToPage() local336 xTableProps6.setPropertyValue("HoriOrient",com.sun.star.text.HoriOrientation.RIGHT); in testSetTable_AlignmentAndMarginToPage()337 xTableProps6.setPropertyValue("TopMargin",2000); in testSetTable_AlignmentAndMarginToPage()338 xTableProps6.setPropertyValue("BottomMargin",2000); in testSetTable_AlignmentAndMarginToPage()639 XPropertySet xTableProps6 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable6); in testSetTableBackGraphic() local640 …xTableProps6.setPropertyValue("BackGraphicURL",FileUtil.getUrl(Testspace.prepareData("uno/Desert.j… in testSetTableBackGraphic()641 xTableProps6.setPropertyValue("BackGraphicFilter","draw_jpg_Export"); in testSetTableBackGraphic()642 …xTableProps6.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.MIDDLE_TOP)… in testSetTableBackGraphic()
Completed in 16 milliseconds