To change a selected shape's height or width to a specific value, type the value in the Height or Width text boxes on the ____ tab.

A. Format
B. Image
C. Measurements
D. Graphic


Answer: A

Computer Science & Information Technology

You might also like to view...

In the following code that uses a Swing GUI, which line has an error?

1 public class TestApplet extends Applet 2 { 3 public void init() 4 { 5 JLabel label = new JLabel("Test label"); 6 setLayout(new FlowLayout()); 7 add(label); 8 } 9 } A) 1 B) 3 C) 5 D) There are no errors.

Computer Science & Information Technology

Which aspect of strengthening the performance of IDPS may involve degaussing?

A. managing memory B. managing bandwidth C. managing storage D. managing processors

Computer Science & Information Technology

What happens if a chain does not include a rule that matches?

A. No action is taken. B. The first rule is applied. C. A default action is taken. D. The last rule is applied.

Computer Science & Information Technology

The Healing Brush tool can be used to fix imperfections in an image.

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

Computer Science & Information Technology