How can you avoid repetitive document-setup work if you often use the same
settings for new documents?
What will be an ideal response?
You can create a document preset or a template document. A document preset
includes all of the settings in the New Document dialog box. A template
document includes the settings in the New Document dialog box and can also
include additional elements, such as master pages, document pages, color
swatches, and styles (paragraph, character, object, and so on).
You might also like to view...
A(n) ________ is a movable, resizable container for text or graphics
A) window B) text box C) theme D) table
A vector called aList has size 6. After the following function calls, what will its size be?
aList.push_back (someThing); aList.push_back(anyThing); aList.pop_back (); a) 5 b) 6 c) 7 d) 8