<transp>
(Transparent (Phantom))
This element specifies that the phantom is transparent for spacing. This means that if the contents of the phantom are belonging to a special spacing class (such as binary operators, relational operators, differentials, etc.), the contents of that phantom are taken into consideration when laying out text. If transparency is off, then the contents of the phantom are ignored during layout. When this element is omitted, transparency is <'off'>
. In the following example, transparency is off on the phantom around the differential term. . The spacing is incorrect. In the following integral, the only difference is that transparency is on: . Now the spacing is correct.
<m:phantPr> <m:zeroAsc m:val="on"/> <m:zeroDesc m:val="on"/> <m:transp m:val="on"/> </m:phantPr>
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>