This is an alpha version of this book.

screenshot

Name

screenshot — A representation of what the user sees or might see on a computer screen

Synopsis

Content Model

screenshot ::=
(screeninfo?,
 (graphic|graphicco|mediaobject|mediaobjectco))

Attributes

Common attributes

Parameter Entities

The following parameter entities contain screenshot:

Parameter Entities
%admon.mix; %bookcomponent.content; %component.mix;
%divcomponent.mix; %example.mix; %figure.mix;
%footnote.mix; %glossdef.mix; %indexdivcomponent.mix;
%legalnotice.mix; %linespecific.class; %para.mix;
%qandaset.mix; %refcomponent.mix; %revdescription.mix;
%sidebar.mix; %tabentry.mix; %tbl.entry.mdl;
%textobject.mix;    

Description

A ScreenShot is a graphical environment for displaying an image of what the user might see on a computer screen. It is often used to display application screen shots, dialog boxes, and other components of a graphical user interface.

Processing expectations

Formatted as a displayed block.

Children

The following elements occur in screenshot: graphic, graphicco, mediaobject, mediaobjectco, screeninfo.

See Also

computeroutput, lineannotation, literallayout, programlisting, screen, synopsis, userinput.

Examples

<!DOCTYPE screenshot PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">

<screenshot>
<screeninfo>640x480x256</screeninfo>
<graphic fileref="copilot.gif"></graphic>
</screenshot>

Copyright © 1999, 2000, 2001 O'Reilly & Associates, Inc.