par (Domino DTD)

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;

Contains a paragraph of plain text, a border element, or may contain text that has implicit click action.

Attributes

<!ATTLIST par

def

%pardef.id;

#IMPLIED

%space.attrs;

>

def

ID of a <pardef> element to apply to the current paragraph. A pardef element defines a paragraph style, including the line spacing, margin sizes, and other paragraph formatting options.

Example

Example