Lines Matching refs:Location
75 shadowFormat.Location=ShadowLocation.BOTTOM_RIGHT; in testParagraphShadow_BottomRight()
106 assertEquals("assert shadow location",ShadowLocation.BOTTOM_RIGHT,shadowFormat_Assert1.Location); in testParagraphShadow_BottomRight()
115 assertEquals("assert shadow location",ShadowLocation.BOTTOM_RIGHT,shadowFormat_Assert2.Location); in testParagraphShadow_BottomRight()
131 shadowFormat.Location=ShadowLocation.BOTTOM_LEFT; in testParagraphShadow_BottomLeft()
162 assertEquals("assert shadow location",ShadowLocation.BOTTOM_LEFT,shadowFormat_Assert1.Location); in testParagraphShadow_BottomLeft()
171 assertEquals("assert shadow location",ShadowLocation.BOTTOM_LEFT,shadowFormat_Assert2.Location); in testParagraphShadow_BottomLeft()
187 shadowFormat.Location=ShadowLocation.TOP_LEFT; in testParagraphShadow_TopLeft()
218 assertEquals("assert shadow location",ShadowLocation.TOP_LEFT,shadowFormat_Assert1.Location); in testParagraphShadow_TopLeft()
227 assertEquals("assert shadow location",ShadowLocation.TOP_LEFT,shadowFormat_Assert2.Location); in testParagraphShadow_TopLeft()
243 shadowFormat.Location=ShadowLocation.TOP_RIGHT; in testParagraphShadow_TopRight()
274 assertEquals("assert shadow location",ShadowLocation.TOP_RIGHT,shadowFormat_Assert1.Location); in testParagraphShadow_TopRight()
283 assertEquals("assert shadow location",ShadowLocation.TOP_RIGHT,shadowFormat_Assert2.Location); in testParagraphShadow_TopRight()
299 shadowFormat.Location=ShadowLocation.NONE; in testParagraphShadow_None()
330 assertEquals("assert shadow location",ShadowLocation.NONE,shadowFormat_Assert1.Location); in testParagraphShadow_None()
337 assertEquals("assert shadow location",ShadowLocation.NONE,shadowFormat_Assert2.Location); in testParagraphShadow_None()