Searched refs:backGraphicURLProperty (Results 1 – 1 of 1) sorted by relevance
61 private String backGraphicURLProperty = ""; field in CheckBackGraphic67 public CheckBackGraphic(String onProperty, String backGraphicURLProperty, String backGraphicPath){ in CheckBackGraphic() argument69 this.backGraphicURLProperty = backGraphicURLProperty; in CheckBackGraphic()99 SWUtil.setDefaultPageStyleProperty(xComponent, backGraphicURLProperty, backGraphicURL); in testFooterHeaderBackground()106 String graphic = (String)SWUtil.getDefaultPageStyleProperty(xComponent, backGraphicURLProperty); in testFooterHeaderBackground()109 Assert.assertEquals("ODT:" + backGraphicURLProperty, backGraphicURL, graphic); in testFooterHeaderBackground()
Completed in 8 milliseconds