Home
last modified time | relevance | path

Searched refs:bottomMarginProperty (Results 1 – 1 of 1) sorted by relevance

/AOO41X/test/testuno/source/fvt/uno/sw/page/
H A DCheckPage.java63 private String bottomMarginProperty = "BottomMargin"; field in CheckPage
110 …SWUtil.setDefaultPageStyleProperty(xComponent, bottomMarginProperty, Integer.valueOf(this.bottomMa… in testPage()
123 …Bottom = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, bottomMarginProperty)).intValue(… in testPage()
140 …Bottom = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, bottomMarginProperty)).intValue(… in testPage()
155 …Assert.assertEquals(preDescription + ":" + this.bottomMarginProperty,(double)this.bottomMargin, (d… in compare()