Lines Matching refs:shadowFormat
513 …ShadowFormat[] shadowFormat=new ShadowFormat[] {new ShadowFormat(),new ShadowFormat(),new ShadowFo… in testSetTableShadow() local
514 shadowFormat[0].Location=ShadowLocation.BOTTOM_RIGHT; in testSetTableShadow()
515 shadowFormat[0].ShadowWidth=100; in testSetTableShadow()
516 shadowFormat[0].Color=0x00FF00FF; in testSetTableShadow()
517 shadowFormat[1].Location=ShadowLocation.BOTTOM_LEFT; 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()
526 shadowFormat[4].Color=0x00FF00FF; in testSetTableShadow()
527 xTableProps1.setPropertyValue("ShadowFormat",shadowFormat[0]); in testSetTableShadow()
528 xTableProps2.setPropertyValue("ShadowFormat",shadowFormat[1]); in testSetTableShadow()
529 xTableProps3.setPropertyValue("ShadowFormat",shadowFormat[2]); in testSetTableShadow()
530 xTableProps4.setPropertyValue("ShadowFormat",shadowFormat[3]); in testSetTableShadow()
531 xTableProps5.setPropertyValue("ShadowFormat",shadowFormat[4]); in testSetTableShadow()