Which of these is NOT a Text Effects option?

A) Outline
B) Shadow
C) Reflection
D) Bevel


D

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. A C++ declaration introduces only an identifier's spelling and specifies its type. 2. A C++ declaration is a definition that also allocates storage for an identifier's value (or function's body etc.). 3. The range of values for an int variable is from about 0 to +2 billion. 4. The names x, y, and z are satisfactory variable names for the lengths of the legs and hypotenuse of a triangle. 5. In C++ you can assign an expression of type int to a variable of type double with no problem.

Computer Science & Information Technology

The ____ search is faster when searching an array of elements for a target element.

A. bubble B. linear C. binary D. selection

Computer Science & Information Technology

A user is complaining that her mobile device is too dim to read when in a dimly lit room.   Which of the following actions should you take first?

A. Remove the display protector. B. Replace the battery. C. Disable the auto-brightness option. D. Disable unused apps.

Computer Science & Information Technology

Which event is fired after the user sets a date selection?

A. onDateChosen B. onDateSetListener C. onDateUpdateListener D. onTimeChange

Computer Science & Information Technology