Lines Matching refs:xTableProps4
321 XPropertySet xTableProps4 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable4); in testSetTable_AlignmentAndMarginToPage() local
322 xTableProps4.setPropertyValue("HoriOrient",com.sun.star.text.HoriOrientation.LEFT); in testSetTable_AlignmentAndMarginToPage()
323 xTableProps4.setPropertyValue("KeepTogether",true); in testSetTable_AlignmentAndMarginToPage()
324 xTableProps4.setPropertyValue("RightMargin",2000); in testSetTable_AlignmentAndMarginToPage()
325 xTableProps4.setPropertyValue("TopMargin",2000); in testSetTable_AlignmentAndMarginToPage()
326 xTableProps4.setPropertyValue("BottomMargin",2000); in testSetTable_AlignmentAndMarginToPage()
508 XPropertySet xTableProps4 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable4); in testSetTableShadow() local
530 xTableProps4.setPropertyValue("ShadowFormat",shadowFormat[3]); in testSetTableShadow()
625 XPropertySet xTableProps4 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable4); in testSetTableBackGraphic() local
626 …xTableProps4.setPropertyValue("BackGraphicURL",FileUtil.getUrl(Testspace.prepareData("uno/Desert.j… in testSetTableBackGraphic()
627 xTableProps4.setPropertyValue("BackGraphicFilter","draw_jpg_Export"); in testSetTableBackGraphic()
628 …xTableProps4.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.MIDDLE_BOTT… in testSetTableBackGraphic()