Lines Matching refs:shadowFormat
65 private ShadowFormat shadowFormat = null; field in CheckShadowFormat
71 this.shadowFormat = new ShadowFormat(); in CheckShadowFormat()
72 this.shadowFormat.Location = ShadowLocation.fromInt(locationValue); in CheckShadowFormat()
73 this.shadowFormat.ShadowWidth = (short)width; in CheckShadowFormat()
74 this.shadowFormat.IsTransparent = isTransparent; in CheckShadowFormat()
75 this.shadowFormat.Color = color; in CheckShadowFormat()
121 SWUtil.setDefaultPageStyleProperty(xComponent, shadowFormatProperty, this.shadowFormat); in testFooterHeader()
145 …uals(preDescription + ":" + shadowFormatProperty + "-->Location",this.shadowFormat.Location.getVal… in compare()
147 if(!this.shadowFormat.Location.equals(ShadowLocation.NONE)){ in compare()
148 …preDescription + ":" + shadowFormatProperty + "-->Width",(double)this.shadowFormat.ShadowWidth, (d… in compare()
149 …preDescription + ":" + shadowFormatProperty + "-->IsTransparent",this.shadowFormat.IsTransparent, … in compare()
150 …tEquals(preDescription + ":" + shadowFormatProperty + "-->Color",this.shadowFormat.Color, actual.C… in compare()