<supHide>
(Hide Superscript (n-ary))
This element specifies the n-ary Hide Superscript property. When on, the upper limit does not appear, as in . If this element is omitted, the lower limit appears.
example: : An example of this element in use is:
<m:naryPr> <m:chr m:val="∫"/> <m:supHide m:val="on"/> </m:naryPr>
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>