Searched refs:borderDistanceProperty (Results 1 – 1 of 1) sorted by relevance
62 private String borderDistanceProperty = ""; field in CheckBorder67 public CheckBorder(String onProperty, String borderProperty, String borderDistanceProperty, in CheckBorder() argument77 this.borderDistanceProperty = borderDistanceProperty; in CheckBorder()114 …SWUtil.setDefaultPageStyleProperty(xComponent, borderDistanceProperty, Integer.valueOf(borderDista… in testFooterHeaderBorder()122 …tance = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, borderDistanceProperty)).intValue… in testFooterHeaderBorder()131 …tance = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, borderDistanceProperty)).intValue… in testFooterHeaderBorder()145 …Assert.assertEquals(preDes + "-->" + borderDistanceProperty, (double)borderLine.OuterLineWidth, (d… in compareBorder()
Completed in 5 milliseconds