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
You might also like to view...
Which of the following is not a property of LinkedListNode?
a) Value b) Reference c) Previous d) Next
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; }
A plug-in is created for a specific browser to add features to it
Indicate whether the statement is true or false
The ____ is a useful option for the Rectangle Tool.
a. Format b. Style c. Stroke d. Rectangle Options area