¿Qué tipos de tareas se llevan a cabo en la vista Backstage? ¿Cómo se accede a la vista Backstage? ¿Por qué se llama vista Backstage? Si le fuera a cambiar el nombre a la vista Backstage, ¿cómo la llamaría y por qué?
What will be an ideal response?
Tipos de tareas: En la vista Backstage se realizan tareas tales como obtener información del archivo actual, crear nuevos archivos, imprimir el archivo actual, compartir archivos con otros y borrar propiedades. Las tareas específicas disponibles dependen del programa que se esté usando.
Cómo acceder a la Vista Backstage: Para mostrar u ocultar la Vista Backstage, haga clic en la pestaña Archivo de la Cinta.
Por qué se llama Vista Backstage: La Vista Backstage es donde se realizan las tareas "entre bambalinas".
Nombre sugerido para la Vista Backstage (las respuestas pueden variar):
- Vista Frontstage: Ya que las tareas que se realizan en esta vista son tan importantes y tan utilizadas.
- Vista del administrador de Office: Ya que las tareas que se realizan tienen que ver con la gestión de los archivos y el flujo de trabajo.
- Vista Esencial: Ya que las tareas que se realizan en esta vista son tareas esenciales para trabajar con Microsoft Office.
You might also like to view...
During the creation and execution of a macro, syntax errors, logic errors, and run-time errors are possible. Explain the difference between the three types of errors.
What will be an ideal response?
Which of the following statements is false?
a. A BufferedImage object uses the image stored in its associated TexturePaint object as the fill texture for a filled-in shape. b. Class BufferedImage can be used to produce images in color and gray scale. c. Class GradientPath draws a shape in a gradually changing color. d. All of the above are true.
Show how to return the store allocated by this statement to the heap manager for reallocation.
Given the type definitions: ``` const int STRING_SIZE = 20; struct ListNode { char item[STRING_SIZE]; int count; ListNode * link; }; ListNode *head = new ListNode[10]; ```
When you press Tab in the last cell of a table, what happens?
What will be an ideal response?