If you want to change the same property for a group of objects, you can select all objects and change the property

Indicate whether the statement is true or false

TRUE

Computer Science & Information Technology

You might also like to view...

What is the output of the following code?

int numbers[5]; for (int i = 1; i < 5; i++) numbers[i - 1] = i + 1; for (int i = 0; i < 3; i++) cout << numbers[i];

Computer Science & Information Technology

Which of the following is the method for inserting objects from the Clip Art task pane into a document?

A. Drag and drop an object from the task pane into the document. B. Click the object thumbnail list arrow, and then click an option on the menu. C. Click a thumbnail. D. All of the above are true.

Computer Science & Information Technology