[Table of Contents] [docx version]
Shared MLs Reference Material - Math
This element specifies properties of the Phantom function, including whether the phantom is hidden or visible, and the amount of space that is taken into account when laying out text and objects around phantoms.
Parent Elements |
phant (§7.1.2.81) |
Child Elements |
Subclause |
ctrlPr (Control Properties) |
§7.1.2.23 |
show (Phantom Show) |
§7.1.2.96 |
transp (Transparent (Phantom)) |
§7.1.2.117 |
zeroAsc (Phantom Zero Ascent) |
§7.1.2.122 |
zeroDesc (Phantom Zero Descent) |
§7.1.2.123 |
zeroWid (Phantom Zero Width) |
§7.1.2.124 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_PhantPr">
<sequence>
<element name="show" type="CT_OnOff" minOccurs="0"/>
<element name="zeroWid" type="CT_OnOff" minOccurs="0"/>
<element name="zeroAsc" type="CT_OnOff" minOccurs="0"/>
<element name="zeroDesc" type="CT_OnOff" minOccurs="0"/>
<element name="transp" type="CT_OnOff" minOccurs="0"/>
<element name="ctrlPr" type="CT_CtrlPr" minOccurs="0"/>
</sequence>
</complexType>