XML FOR DOMINO


picture element
Example

Represents a picture or an image in rich text.

Containment Hierarchy

Contained by: <imagemap>, %richtext.nonhot.inline;

Contains: <border>, %image.formats;, <imageref>, <caption>, <nativeimage>

Syntax

<!ELEMENT picture ( border?, ( %image.formats; | imageref | nativeimage ) caption?, code* )>

Content

border?, ( %image.formats; | imageref | nativeimage ) ,  caption?, code*


Attributes

<!ATTLIST picture
height%pixels;#IMPLIED
width%pixels;#IMPLIED
scaledheight%length;#IMPLIED
scaledwidth%length;#IMPLIED
alttext%tstring;#IMPLIED
align%picture.aligns;"baseline"
>

align


alttext
height
scaledheight
scaledwidth
width
Defined entity for <picture> element

The %picture.aligns; entity defines how to wrap text that displays with a picture.

Syntax:

<!ENTITY % picture.aligns " around | left | right | bottom | middle | top | baseline ">

around


baseline
bottom
left
middle
right
top
Example
See Also