DocBook_Image This dialog creates a screenshot, a mediaobject or an inlinemediaobject for DocBook documents. Carlos Leonhard Woelz Form1 0 0 649 529 Docbook Image Wizard unnamed 11 6 Layout12 unnamed 0 6 Spacer3 Horizontal Expanding 342 0 CloseButton1_2 &Cancel false true Press this button to cancel the creation of the image markup. No action will be performed. OKButton 1 0 0 0 O&K true false @ScreenshotOption @MediaOption @InlineMediaOption true Press this button to create the image markup. TextLabel1_2_2 <qt> Select the type of markup appropriated to wrap your image: <ul> <li><b>screenshot:</b> used for screenshot images.</li> <li><b>mediaobject:</b> used for all kinds of images which are not presented inside the flow of text or table entry.</li> <li><b>inlinemediaobject:</b> used for images which are presented in the middle of flow of text, or in a table entry. Use mediaobject for all other images.</li> </ul> </qt> WordBreak|AlignJustify|AlignTop ButtonGroup1 Wrapper Type unnamed 11 6 ScreenshotOption TabFocus &screenshot true @null echo '<screenshot>' echo '<screeninfo>@le_description</screeninfo>' echo '<mediaobject>' echo '<imageobject>' echo '<imagedata fileref="@le_imagefile" format="@cb_imagetype" />' echo '</imageobject>' echo '<textobject>' echo '<phrase>@le_description</phrase>' echo '</textobject>' @cb_caption echo '</mediaobject>' echo '</screenshot>' Select this option to create the necessary markup for a screenshot. The screenshot markup contains the mediaoption markup. Use for screenshots only. Other figures and images should use inlinemediaobject if inside text, or mediaobject to separate the image from the text. MediaOption &mediaobject @null echo '<mediaobject>' echo '<imageobject>' echo '<imagedata fileref="@le_imagefile" format="@cb_imagetype" />' echo '</imageobject>' echo '<textobject>' echo '<phrase>@le_description</phrase>' echo '</textobject>' @cb_caption echo '</mediaobject>' Select this option to create the necessary markup for a image outside the normal flow of text. Check the "Create caption, using the image description text." box, to add text description for the image. InlineMediaOption true NoFocus i&nlinemediaobject false @null echo '<inlinemediaobject>' echo '<imageobject>' echo '<imagedata fileref="@le_imagefile" format="@cb_imagetype" />' echo '</imageobject>' echo '<textobject>' echo '<phrase>@le_description</phrase>' echo '</textobject>' echo '</inlinemediaobject>' Select this option to create the necessary markup for a image inside the normal flow of text. You should use this option for images inside a table entry (entry tag) or a paragraph (para tag). This option is specially suited for small images, such as icons. GroupBox1 Image Options unnamed 11 6 Layout5 unnamed 0 6 BMP CGM-BINARY CGM-CHAR CGM-CLEAR DITROFF DVI EPS EQN FAX GIF GIF87a GIF89a IGES JPEG JPG linespecific PCX PDF PIC PNG PS SGML SVG SWF TBL TEX TIFF WMF WPG cb_imagetype 19 @widgetText Select the image format here. The image format is usually reflects the file extension of your image file (.png corresponds to PNG in the drop down, .jpg corresponds to JPG, etc.). cb_caption Create caption, &using the image description text. true @null @null echo '<caption>@le_description</caption>' Check this box add caption text to the image. The caption text will appear below the image, allowing you to introduce or explain the image. le_description Image description. @widgetText Enter the description of the image here. For instance, a screenshot of a configuration dialog should be described as "Configuration dialog.". This text will be used as caption text if the box below is checked. TextLabel2_2_2 Image Type: Select the image format here. The image format is usually reflects the file extension of your image file (.png corresponds to PNG in the drop down, .jpg corresponds to JPG, etc.). TextLabel2_2 Image file name: Enter the file name of the image here, including the extension (.png, .jpg, etc.). Enter only the file name, not the location (path) of the image file. The image files should be located in the same folder as the DocBook sources. le_imagefile image.png @widgetText Enter the file name of the image here, including the extension (.png, .jpg, etc.). Enter only the file name, not the location (path) of the image file. The image files should be located in the same folder as the DocBook sources. TextLabel2 Image Description: Enter the description of the image here. For instance, a screenshot of a configuration dialog should be described as "Configuration dialog.". This text will be used as caption text if the box below is checked. InlineMediaOption toggled(bool) cb_caption setDisabled(bool) MediaOption toggled(bool) cb_caption setEnabled(bool) ScreenshotOption toggled(bool) cb_caption setEnabled(bool) ScreenshotOption le_description le_imagefile cb_imagetype cb_caption OKButton CloseButton1_2 MediaOption