Which of the following can be accomplished by using the Pages Panel menu?
A. Insert and delete master pages and document pages.
B. Move document pages.
C. Find unused master pages.
D. All of the above.
Answer: D
Computer Science & Information Technology
You might also like to view...
Write a method that takes in an arbitrary number of String objects, and then prints out all of them that have over 10 characters.
What will be an ideal response?
Computer Science & Information Technology
Answer the following questions true (T) or false (F)
1. You can not place a try block and its following catch blocks inside a larger try block or inside a larger catch block. 2. The finally block contains code to be executed whether or not an exception is thrown in a try block.
Computer Science & Information Technology