block (Domino DTD)
Represents a block of rich text. This element is useful when importing DXL written from scratch. It enables you to apply one formatting style to a chunk of rich text, rather than having to include numerous <run> elements to define each line of text.
Containment Hierarchy
Contained by: %richtext.block;
Contains: <font>, %richtext.block;
Syntax
<!ELEMENT block ( font?, (%richtext.block;)* )>
Content
font?, (%richtext.block;)*
Contains an optional <font> element, followed by any number of the contents of the %richtext.block; entity.
Attributes
<!ATTLIST block
html |
%boolean; |
"false" |
---|---|---|
textpropid |
%integer; |
#IMPLIED |
>
html
If true, the rich text block is in passthru HTML format. Default is false.
textpropid
References a specific <textproperty> element in the note that defines the properties of the text in the text block.