To base a style on an existing style without creating the parent/child relationship, select the style, click the Panel menu button, and then click ____.

A. Match Style
B. Base Style on Existing
C. Duplicate Style
D. Clone Style


Answer: C

Computer Science & Information Technology

You might also like to view...

Button captions should be entered using ____.

A. camel capitalization B. book title capitalization C. sentence capitalization D. camel case

Computer Science & Information Technology

In function apart defined below, how many of the parameters are considered input parameters?

``` void apart(double x, int *wholep, double *fracp) { *wholep = (int)x; *fracp = x - *wholep; } ``` a. 0 b. 1 c. 2 d. 3 e. all

Computer Science & Information Technology

When working with your photo, you can drag the green border to crop the photo as necessary

Indicate whether the statement is true or false

Computer Science & Information Technology

The ________ normal form requires that the table has to be free of transitive dependencies

Fill in the blank(s) with correct word

Computer Science & Information Technology