<noBreak>
(No Break)
This property specifies the "unbreakable" property on the Box function box. When on, no line breaks can occur within the box. This can be important for operator emulators that consist of more than one binary operator. When this element is not specified, breaks can occur inside box.
example: : Sample XML containing this element is below. In this box, breaks are allowed.
<m:boxPr> <m:noBreak m:val="off"/> </m:boxPr>
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies a binary value for the property defined by the parent XML element. A value of A value of The possible values for this attribute are defined by the ST_OnOff simple type (§7.1.3.9). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OnOff">
<attribute name="val" type="ST_OnOff"/>
</complexType>