parstyle (Domino DTD)
Represents the style of a paragraph. In Designer, this element is set and edited using the Paragraph Styles tab of the Text Properties box.
Containment Hierarchy
Contained by: <pardef>
Contains: <font>
Syntax
<!ELEMENT parstyle ( font? )>
Content
font?
Contains an optional <font> element.
Attributes
<!ATTLIST parstyle
name |
%string; |
#REQUIRED |
---|---|---|
incyclekey |
%boolean; |
"false" |
alldocuments |
%boolean; |
"false" |
username |
%string; |
#IMPLIED |
>
alldocuments
If true, makes the style available to all documents.
incyclekey
If true, assigns a style to the cycle key, which is the F11 keyboard shortcut key.
name
Name of the style.
username
Name of the user (abbreviated common name) who created the style. The user name is applied only if the alldocuments attribute is true.