Searched refs:topMarginProperty (Results 1 – 1 of 1) sorted by relevance
62 private String topMarginProperty = "TopMargin"; field in CheckPage109 …SWUtil.setDefaultPageStyleProperty(xComponent, topMarginProperty, Integer.valueOf(this.topMargin)); in testPage()122 …int actualTop = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, topMarginProperty)).intVa… in testPage()139 …actualTop = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, topMarginProperty)).intValue(… in testPage()154 …Assert.assertEquals(preDescription + ":" + this.topMarginProperty,(double)this.topMargin, (double)… in compare()
Completed in 6 milliseconds