XML FOR DOMINO


sectiontitle element
Represents the title of a section.

Containment Hierarchy

Contained by: <section>

Contains: <font>, <text>, <code>

Syntax

<!ELEMENT sectiontitle ( font?, (text | code) )>

Content

font?, (text | code)


Attributes

<!ATTLIST sectiontitle
pardef%pardef.id;#IMPLIED
color%color;#IMPLIED
borderstyle(%section.border.styles;)"none"
hidewhenexpanded%boolean;"false"
textpropid%integer;#IMPLIED
>

borderstyle


color
hidewhenexpanded
pardef
textpropid
Defined entity for <sectiontitle> element

The %section.border.styles; entity defines the choices for border styles for the title of a section.

Syntax:

<!ENTITY % section.border.styles "none | single | double | triple | shadow | twoline | windowcaption | gradient | tab | tabdiag ">

The following options indicate that the border for the section title should consist of:

double


gradient
none
shadow
single
tab
tabdiag
triple
twoline
windowcaption
See Also