XML FOR DOMINO


layout element
Represents the layout of label and image entries in an embedded outline.

Containment Hierarchy

Contained by: <sublevel>, <title>, <toplevel>

Syntax

<!ELEMENT layout EMPTY>

Attributes

<!ATTLIST layout
heighttype(%eoutline.height.types;)"fitcontent"
height%length;#IMPLIED
entryhoffset%length;#IMPLIED
entryvoffset%length;#IMPLIED
imagehoffset%length;#IMPLIED
imagevoffset%length;#IMPLIED
imagealign(%complex.aligns;)"topleft"
labelhoffset%length;#IMPLIED
labelvoffset%length;#IMPLIED
labelalign(%complex.aligns;)"topleft"
>

entryhoffset


entryvoffset
height
heighttype
imagealign
imagehoffset
imagevoffset
labelalign
labelhoffset
labelvoffset
Defined entities for <layout> element

The %complex.aligns; entity defines the alignment options for objects on a display screen.

Syntax:

<!ENTITY % complex.aligns " topleft | topcenter | topright | middleleft | middlecenter | middleright | bottomleft | bottomcenter | bottomright " >

The %eoutline.height.types; entity defines the choices for setting the height of the entries in an embedded outline.

Syntax:

<!ENTITY % eoutline.height.types "fitcontent | fixed">

fitcontent


fixed
See Also