<phantPr>
(Phantom Properties)
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 |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
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>