Lines Matching refs:shadowFormat

74 		ShadowFormat shadowFormat=new ShadowFormat();  in testParagraphShadow_BottomRight()  local
75 shadowFormat.Location=ShadowLocation.BOTTOM_RIGHT; in testParagraphShadow_BottomRight()
76 shadowFormat.ShadowWidth=101; in testParagraphShadow_BottomRight()
77 shadowFormat.Color=0x00FF00FF; in testParagraphShadow_BottomRight()
78 xCursorProps.setPropertyValue("ParaShadowFormat",shadowFormat); in testParagraphShadow_BottomRight()
130 ShadowFormat shadowFormat=new ShadowFormat(); in testParagraphShadow_BottomLeft() local
131 shadowFormat.Location=ShadowLocation.BOTTOM_LEFT; in testParagraphShadow_BottomLeft()
132 shadowFormat.ShadowWidth=101; in testParagraphShadow_BottomLeft()
133 shadowFormat.Color=0x00FF00FF; in testParagraphShadow_BottomLeft()
134 xCursorProps.setPropertyValue("ParaShadowFormat",shadowFormat); in testParagraphShadow_BottomLeft()
186 ShadowFormat shadowFormat=new ShadowFormat(); in testParagraphShadow_TopLeft() local
187 shadowFormat.Location=ShadowLocation.TOP_LEFT; in testParagraphShadow_TopLeft()
188 shadowFormat.ShadowWidth=101; in testParagraphShadow_TopLeft()
189 shadowFormat.Color=0x00FF00FF; in testParagraphShadow_TopLeft()
190 xCursorProps.setPropertyValue("ParaShadowFormat",shadowFormat); in testParagraphShadow_TopLeft()
242 ShadowFormat shadowFormat=new ShadowFormat(); in testParagraphShadow_TopRight() local
243 shadowFormat.Location=ShadowLocation.TOP_RIGHT; in testParagraphShadow_TopRight()
244 shadowFormat.ShadowWidth=101; in testParagraphShadow_TopRight()
245 shadowFormat.Color=0x00FF00FF; in testParagraphShadow_TopRight()
246 xCursorProps.setPropertyValue("ParaShadowFormat",shadowFormat); in testParagraphShadow_TopRight()
298 ShadowFormat shadowFormat=new ShadowFormat(); in testParagraphShadow_None() local
299 shadowFormat.Location=ShadowLocation.NONE; in testParagraphShadow_None()
300 shadowFormat.ShadowWidth=101; in testParagraphShadow_None()
301 shadowFormat.Color=0x00FF00FF; in testParagraphShadow_None()
302 xCursorProps.setPropertyValue("ParaShadowFormat",shadowFormat); in testParagraphShadow_None()