This is an alpha version of this book.
imageobject ::= (objectinfo?,imagedata)
The following parameter entities contain imageobject:
Parameter Entities | ||
%mediaobject.mix; |
An ImageObject is a wrapper containing ImageData and its associated meta-information.
If the SVG Module is used, ImageObject can also contain the svg:svg element.
May be formatted inline or as a displayed block, depending on context. It might not be rendered at all, depending on its placement within a MediaObject or InlineMediaObject and the constraints on the publishing system. For a more detailed description of the semantics involved, see MediaObject.
alt, audioobject, caption, graphic, inlinegraphic, inlinemediaobject, mediaobject, textobject, videoobject.
<!DOCTYPE mediaobject PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <mediaobject> <imageobject> <imagedata fileref="figures/eiffeltower.eps" format="EPS"/> </imageobject> <imageobject> <imagedata fileref="figures/eiffeltower.gif" format="GIF"/> </imageobject> <textobject> <phrase>The Eiffel Tower</phrase> </textobject> <caption> <para>Designed by Gustave Eiffel in 1889, The Eiffel Tower is one of the most widely recognized buildings in the world. </para> </caption> </mediaobject>
Designed by Gustave Eiffel in 1889, The Eiffel Tower is one of the most widely recognized buildings in the world.
For additional examples, see also informalfigure, inlinemediaobject, mediaobjectco, videoobject .
Copyright © 1999, 2000, 2001 O'Reilly & Associates, Inc.