Searched refs:bottomMarginProperty (Results 1 – 1 of 1) sorted by relevance
63 private String bottomMarginProperty = "BottomMargin"; field in CheckPage110 …SWUtil.setDefaultPageStyleProperty(xComponent, bottomMarginProperty, Integer.valueOf(this.bottomMa… in testPage()123 …int actualBottom = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, bottomMarginProperty))… in testPage()140 …actualBottom = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, bottomMarginProperty)).int… in testPage()155 …Assert.assertEquals(preDescription + ":" + this.bottomMarginProperty,(double)this.bottomMargin, (d… in compare()
Completed in 14 milliseconds