The _________________________ contains commands related to changing the appearance of text in a document.

Fill in the blank(s) with the appropriate word(s).


mini toolbar

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. In the RGBA color system every color is represented by its red, green and blue color values, each ranging from 0 to 255, where 0 de-notes no color and 255 full color. b. The alpha value (A of RGBA)—which ranges from 0.0 to 1.0—represents a color’s opacity, with 0.0 being completely transpa-rent and 1.0 completely opaque. c. JavaFX makes extensive use of properties. A property is defined by creating set and get methods with specific naming conventions. public void setHour(int hour) public int getHour() define a read/write property named hour. Such methods manipulate a corresponding private instance variable that must have the same name as the property. d. In general, the pair of methods that define a read/write property have the form: public void setPropertyName(Type propertyName) public Type getPropertyName()

Computer Science & Information Technology

According to projections by the Bureau of Labor Statistics, computer-related jobs are expected to be among the slowest-growing occupations through 2022

Indicate whether the statement is true or false

Computer Science & Information Technology

As you drag text in Microsoft Word 2016, a(n) _____ follows the pointer, indicating where the selected text will be placed when the mouse button is released.?

A. ?horizontal line B. ?endnote C. ?footnote D. ?vertical line

Computer Science & Information Technology

Which of the following is NOT a way to insert a new worksheet?

A) Right-click a tab, select Insert from the shortcut menu, click Worksheet B) Press Ctrl+F11 C) Click New sheet to the right of the last tab D) Click the Insert arrow in the Cells group, select Insert Sheet

Computer Science & Information Technology