XML FOR DOMINO


title element
Represents title of an embedded outline.

Containment Hierarchy

Contained by: <embeddedoutline>

Contains: <eoutlinebackground>, <font>, <layout>

Syntax

<!ELEMENT title ( font?, eoutlinebackground?, layout? )>

Content

font?, eoutlinebackground, layout?


Attributes

<!ATTLIST title
style(%outline.titlestyles;)"hide"
normalcolor%color;#IMPLIED
mouseovercolor%color;#IMPLIED
>

mouseovercolor


normalcolor
style
Defined entity for <title> element

The %outline.titlestyles; entity defines the types of styles for the entry titles of an embedded outline.

Syntax:

<!ENTITY % outline.titlestyles "simple | hide | hierarchical">

hide


hierarchical
simple
See Also