Searched refs:shadowFormat (Results 1 – 4 of 4) sorted by relevance
74 ShadowFormat shadowFormat=new ShadowFormat(); in testParagraphShadow_BottomRight() local76 shadowFormat.ShadowWidth=101; in testParagraphShadow_BottomRight()77 shadowFormat.Color=0x00FF00FF; in testParagraphShadow_BottomRight()132 shadowFormat.ShadowWidth=101; in testParagraphShadow_BottomLeft()133 shadowFormat.Color=0x00FF00FF; in testParagraphShadow_BottomLeft()188 shadowFormat.ShadowWidth=101; in testParagraphShadow_TopLeft()189 shadowFormat.Color=0x00FF00FF; in testParagraphShadow_TopLeft()244 shadowFormat.ShadowWidth=101; in testParagraphShadow_TopRight()245 shadowFormat.Color=0x00FF00FF; in testParagraphShadow_TopRight()300 shadowFormat.ShadowWidth=101; in testParagraphShadow_None()[all …]
65 private ShadowFormat shadowFormat = null; field in CheckShadowFormat71 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 …Assert.assertEquals(preDescription + ":" + shadowFormatProperty + "-->Location",this.shadowFormat.… in compare()147 if(!this.shadowFormat.Location.equals(ShadowLocation.NONE)){ in compare()149 …preDescription + ":" + shadowFormatProperty + "-->IsTransparent",this.shadowFormat.IsTransparent, … in compare()[all …]
515 shadowFormat[0].ShadowWidth=100; in testSetTableShadow()516 shadowFormat[0].Color=0x00FF00FF; in testSetTableShadow()518 shadowFormat[1].ShadowWidth=100; in testSetTableShadow()519 shadowFormat[1].Color=0x00FF00FF; in testSetTableShadow()520 shadowFormat[2].Location=ShadowLocation.NONE; in testSetTableShadow()521 shadowFormat[3].Location=ShadowLocation.TOP_LEFT; in testSetTableShadow()522 shadowFormat[3].ShadowWidth=100; in testSetTableShadow()523 shadowFormat[3].Color=0x00FF00FF; in testSetTableShadow()524 shadowFormat[4].Location=ShadowLocation.TOP_RIGHT; in testSetTableShadow()525 shadowFormat[4].ShadowWidth=100; in testSetTableShadow()[all …]
97 ShadowFormat shadowFormat=new ShadowFormat(); in testFrameShadow() local98 shadowFormat.Color=shadowColor; in testFrameShadow()99 shadowFormat.Location=shadowLocation; in testFrameShadow()100 shadowFormat.ShadowWidth=shadowWidth; in testFrameShadow()101 xTextFrameProps1.setPropertyValue("ShadowFormat",shadowFormat); in testFrameShadow()
Completed in 29 milliseconds