How do you apply vertical alignment of text in a text frame?
What will be an ideal response?
Select the text frame, or select text in the text frame, then press
Command-B/Ctrl-B (or choose Text Frame Options from the
Object menu) to display the Text Frame Options dialog box.
Use the controls in the Vertical Justification area of the General
panel to specify vertical justification.
You might also like to view...
Which statement is true?
a) Each of C’s control statements is characterized as being sin-gle-entry, single-exit. b) Each of C’s control statements is characterized as being sin-gle-entry, multiple-exit. c) Each of C’s control statements is characterized as being multi-ple-entry, single-exit. d) Each of C’s control statements is characterized as being multi-ple-entry, multiple-exit.
If the first line of a class declaration is class CGames, what is the first line of the class declaration for a class called Monopoly that inherits from CGames?
A. public Monopoly: class Monopoly B. class Monoply: public CGames C. class Monopoly: public CGames D. public CGames: class Monopoly