HiddenShape3D Class

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

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D

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

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(BevelTop))> _
<ChildElementInfoAttribute(GetType(BevelBottom))> _
<ChildElementInfoAttribute(GetType(ExtrusionColor))> _
<ChildElementInfoAttribute(GetType(ContourColor))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
Public Class HiddenShape3D _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As HiddenShape3D
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(BevelTop))]
[ChildElementInfoAttribute(typeof(BevelBottom))]
[ChildElementInfoAttribute(typeof(ExtrusionColor))]
[ChildElementInfoAttribute(typeof(ContourColor))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
public class HiddenShape3D : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • DocumentFormat.OpenXml.Drawing.BevelTop <a:bevelT>

  • DocumentFormat.OpenXml.Drawing.BevelBottom <a:bevelB>

  • DocumentFormat.OpenXml.Drawing.ExtrusionColor <a:extrusionClr>

  • DocumentFormat.OpenXml.Drawing.ContourColor <a:contourClr>

  • DocumentFormat.OpenXml.Drawing.ExtensionList <a:extLst>

2.3.10 hiddenSp3d

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

A CT_Shape3D ([ISO/IEC-29500-1] section A.4.1) element that stores the 3d shape information of an object when the 3d shape effects have been set to invisible.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="hiddenSp3d" type="a:CT_Shape3D"/>

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

HiddenShape3D Members

DocumentFormat.OpenXml.Office2010.Drawing Namespace