<degHide>
(Hide Degree)
This element specifies the per-object option to hide the degree of a radical. Every
<rad>
has a <deg>
, but the <deg>
can appear or not appear. When <degHide >
is set to 'on,' the degree is not shown, as in (XML shown below). When <degHide >
is omitted, the default is 'off'; that is, the degree is not hidden. example: :
<m:rad> <m:radPr> <m:degHide m:val="on"/> </m:radPr> <m:deg> </m:deg> <m:e> <m:r> <m:t>x</m:t> </m:r> </m:e> </m:rad>
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>