An Office feature in Word, Excel, and PowerPoint that enables you to change normal text into decorative stylized text

a. Picture effects
b. WordArt
c. Picture styles

B

Computer Science & Information Technology

You might also like to view...

The layout view selector allows you to move the whole table at one time

Indicate whether the statement is true or false

Computer Science & Information Technology

RotateTransition object, rtrans?

``` RotateTransition object, rtrans? ``` a. rtrans.setFromAngle(60.0); rtrans.setByAngle(15.0); b. rtrans.setFromAngle(-60.0); rtrans.setByAngle(15.0); c. rtrans.setFromAngle(60.0); rtrans.setByAngle(-15.0); d. rtrans.setAngle(60.0, 15.0);

Computer Science & Information Technology