XML FOR DOMINO


block element
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;)*


Attributes

<!ATTLIST block
html%boolean;"false"
textpropid%integer;#IMPLIED
%reading.order.attrs;
%space.attrs;
>

html


textpropid
See Also