Lines Matching refs:xTableProps3
313 XPropertySet xTableProps3 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable3); in testSetTable_AlignmentAndMarginToPage() local
314 xTableProps3.setPropertyValue("HoriOrient",com.sun.star.text.HoriOrientation.CENTER); in testSetTable_AlignmentAndMarginToPage()
315 xTableProps3.setPropertyValue("LeftMargin",2000); in testSetTable_AlignmentAndMarginToPage()
316 xTableProps3.setPropertyValue("RightMargin",3000); in testSetTable_AlignmentAndMarginToPage()
317 xTableProps3.setPropertyValue("TopMargin",2000); in testSetTable_AlignmentAndMarginToPage()
318 xTableProps3.setPropertyValue("BottomMargin",2000); in testSetTable_AlignmentAndMarginToPage()
505 XPropertySet xTableProps3 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable3); in testSetTableShadow() local
529 xTableProps3.setPropertyValue("ShadowFormat",shadowFormat[2]); in testSetTableShadow()
618 XPropertySet xTableProps3 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable3); in testSetTableBackGraphic() local
619 …xTableProps3.setPropertyValue("BackGraphicURL",FileUtil.getUrl(Testspace.prepareData("uno/Desert.j… in testSetTableBackGraphic()
620 xTableProps3.setPropertyValue("BackGraphicFilter","draw_jpg_Export"); in testSetTableBackGraphic()
621 …xTableProps3.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.LEFT_TOP); in testSetTableBackGraphic()