layout (Domino DTD)

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

Horizontal offset (in inches) of an entry in an embedded outline. For title or top-level entries, aligns the entry relative to the left edge of the outline. For sub-level entries, aligns the entry relative to the parent entry's left edge.

entryvoffset

Vertical offset (in inches) of an entry in an embedded outline. Aligns the entry relative to the leading edge of the outline. Use this setting to customize the spacing between outline entries.

height

Height of each entry in an embedded outline.

heighttype

Specifies whether the height should be fixed or set to fit to content. Must be one of the options of the %eoutline.height.types; entity.

imagealign

Alignment of an image in an embedded outline entry in relation to the rest of the outline. Must be one of the options of the %complex.aligns; entity.

imagehoffset

Horizontal offset (in inches) of an image in an embedded outline entry in relation to the rest of the outline. If the horizontal alignment is set to middlecenter, this value is ignored.

imagevoffset

Vertical offset (in inches) of an image in an embedded outline entry in relation to the rest of the outline. If the vertical alignment is set to middlecenter, this value is ignored.

labelalign

Alignment of a label on an embedded outline entry. Must be one of the options of the %complex.aligns; entity.

labelhoffset

Horizontal offset (in inches) of a label on an embedded outline entry in relation to the rest of the outline. If the horizontal alignment is set to middlecenter, this value is ignored.

labelvoffset

Vertical offset (in inches) of a label on an embedded outline entry in relation to the rest of the outline. If the vertical alignment is set to middlecenter, this value is ignored.

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

Sizes the entry to fit the label.

fixed

Enables you to assign a fixed height to the entry, in inches.