sectiontitle (Domino DTD)
Represents the title of a section.
Containment Hierarchy
Contained by: <section>
Syntax
<!ELEMENT sectiontitle ( font?, (text | code) )>
Content
font?, (text | code)
Contains an optional <font> element, followed by some text or a piece of code.
Attributes
<!ATTLIST sectiontitle
pardef |
#IMPLIED |
|
---|---|---|
color |
#IMPLIED |
|
borderstyle |
(%section.border.styles;) |
"none" |
hidewhenexpanded |
%boolean; |
"false" |
textpropid |
%integer; |
#IMPLIED |
>
borderstyle
Border style for the section title as defined in the %section.border.styles; entity.
color
Color of the section title text.
hidewhenexpanded
If true, hides section title when the section is expanded.
pardef
Paragraph ID, represented by the tokens in the %pardef.id; entity.
textpropid
References a specific <textproperty> element in the note that defines the properties of the text in the section title.
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
Double thickness border.
gradient
Adds a colored bar before the section for which you can set the color gradient.
none
No border.
shadow
Shadow border.
single
Single thickness border.
tab
Adds a border with a standard tab before the section. The section title displays in the tab.
tabdiag
Adds a border with a diagonal tab before the section. The section title displays in the tab.
triple
Triple thickness border.
twoline
Two-line border.
windowcaption
Adds a border before the section that has a minimize/maximize button the user can press to expand or collapse the section.