XML FOR DOMINO


par element
Example

Example

Represents a paragraph as a rich text element. Paragraphs do not have implicit style attributes. They instead reference a <pardef> element, which defines the style of the paragraph's text.

Containment Hierarchy

Contained by: %richtext.block;, <richtext>

Contains: <border>, %richtext.inline;

Syntax

<!ELEMENT par ( #PCDATA | border | %richtext.inline; )*>

Content

#PCDATA | %richtext.inline;


Attributes

<!ATTLIST par
def%pardef.id;#IMPLIED
%space.attrs;
>

def


Example
Example
See Also