ShadowObscured class
Defines the ShadowObscured Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is a14:shadowObscured.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.21 shadowObscured
Target namespace: http://schemas.microsoft.com/office/drawing/2010/main
Element type:CT_ShadowObscured
An extension list child element of: [ISO/IEC-29500-1] section 20.2.2.6
For more details, see [ISO/IEC-29500-1] section 10.1.2.
Extension list URI attribute: {53640926-AAD7-44d8-BBD7-CCE9431645EC}
A CT_ShadowObscured element that specifies whether a shadow is obscured by a shape with no fill.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="shadowObscured" type="CT_ShadowObscured"/>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.73 CT_ShadowObscured
Target namespace: http://schemas.microsoft.com/office/drawing/2010/main
Referenced by: shadowObscured
A complex type that specifies whether the shadow is obscured by a shape with no fill.
Attributes:
val: A Boolean attribute ([XMLSCHEMA2] section 3.2.2) that specifies whether the shadow is fully obscured by the shape when the containing shape has no fill. For more details, see [MS-ODRAW] section 2.3.13.22 and [ISO/IEC-29500-1] section 19.3.1.44.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_ShadowObscured">
<xsd:attribute name="val" type="xsd:boolean" use="optional" default="false"/>
</xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).