Defines a Boolean value (t or f) that determines whether a shadow is present. (Note: Word does not save the f value.)
Namespace | urn:schemas-microsoft-com:office:word |
Schema name | Auxiliary XML Document 2002 |
<xsd:simpleType name="borderShadowElt" >
<xsd:restriction base="xsd:string">
<xsd:enumeration value="t" />
<xsd:enumeration value="f" />
</xsd:restriction>
</xsd:simpleType>