ShadowObscured Class

Defines the ShadowObscured Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is a14:shadowObscured.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured

Namespace:  DocumentFormat.OpenXml.Office2010.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class ShadowObscured _
    Inherits OpenXmlLeafElement
'Usage
Dim instance As ShadowObscured
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class ShadowObscured : OpenXmlLeafElement

Remarks

2.3.5 shadowObscured

Target namespace: https://schemas.microsoft.com/office/drawing/2007/7/7/main

Element of type: CT_ShadowObscured

An extension list child element of: [ISO/IEC-29500-1] section 20.2.2.6 spPr (Shape Properties)

(see [ISO/IEC-29500-1] section 10.1.2 Office Open XML Native Extensibility Constructs)

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.36 CT_ShadowObscured

Target namespace: https://schemas.microsoft.com/office/drawing/2007/7/7/main

Referenced by: shadowObscured

A complex type that specifies whether the shadow is obscured by a shape with no fill.

Attributes:

val : A boolean ([XMLSCHEMA2] section 3.2.2) attribute that specifies whether the shadow is fully obscured by the shape when the containing shape has no fill (see also [MS-ODRAW] section 2.3.13.22 and [ISO/IEC-29500-1] section 19.3.1.44 spPr (Shape Properties) ).

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).

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ShadowObscured Members

DocumentFormat.OpenXml.Office2010.Drawing Namespace