Freigeben über


HiddenShape3D-Klasse

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.

Vererbungshierarchie

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

Hinweise

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

HiddenShape3D-Member

DocumentFormat.OpenXml.Office2010.Drawing-Namespace