Using the accompanying figure as your guide, list the steps to open the Table Properties dialog box and then add four pixels of padding to all the cells in a table and a white background color.
What will be an ideal response?
Point to the Table Properties command on the Table menu, then click the Table command on the submenu to open the Table Properties dialog box.
Click the Cell padding up arrow three times to change the padding to four pixels.
Click the Color box arrow in the Background section to display the color palette.
Click White on the color palette to change the table background to white.
Click the OK button in the Table Properties dialog box.
You might also like to view...
Which method1 will be executed when the following statements are executed?
``` Line 1 public interface MyInterface Line 2 { Line 3 int FIELDA = 55; Line 4 public int methodA(double); Line 5 } Line 6 public class ClassA implements MyInterface Line 7 { Line 8 FIELDA = 60; Line 9 public int methodB(double) { } Line 10 } ``` a. It does not override methodA. b. It does not have a constructor. c. It does not overload methodA. d. Nothing is missing. It is a complete class.
Which output flag is set to guarantee that a decimal point will be printed when printing a floating point value?
A. fixed B. showpoint C. precision D. setw
This is used to distribute fiber in a building
What will be an ideal response?
What data type must be used as an array index?
What will be an ideal response?