The paragraph spacing options, such as line-height and letter-spacing, are available in the ____.

A. Toolbox
B. Modify Styles dialog box
C. Apply Styles task pane
D. New Style dialog box


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following is not a property of LinkedListNode?

a) Value b) Reference c) Previous d) Next

Computer Science & Information Technology

here exists a data type Date with member function Increment that increments the current Date object by one. The ++ operator is being overloaded to postincrement an object of type Date. Select the correct implementation:

a. Date Date::operator++( int ) { Date temp = *this; Increment(); return *temp; } b. Date Date::operator++( int ) { Increment(); Date temp = *this; return temp; } c. Date Date::operator++( int ) { Date temp = *this; return this; temp.Increment(); } d. Date Date::operator++( int ) { Date temp = *this; Increment(); return temp; }

Computer Science & Information Technology

A plug-in is created for a specific browser to add features to it

Indicate whether the statement is true or false

Computer Science & Information Technology

The ____ is a useful option for the Rectangle Tool.

a. Format b. Style c. Stroke d. Rectangle Options area

Computer Science & Information Technology