Freigeben über


GroupShapeType-Klasse

Defines the GroupShapeType class.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Presentation.GroupShapeType
        DocumentFormat.OpenXml.Presentation.GroupShape
        DocumentFormat.OpenXml.Presentation.ShapeTree

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(NonVisualGroupShapeProperties))> _
<ChildElementInfoAttribute(GetType(Shape))> _
<ChildElementInfoAttribute(GetType(GroupShape))> _
<ChildElementInfoAttribute(GetType(GroupShapeProperties))> _
<ChildElementInfoAttribute(GetType(GraphicFrame))> _
<ChildElementInfoAttribute(GetType(ConnectionShape))> _
<ChildElementInfoAttribute(GetType(Picture))> _
<ChildElementInfoAttribute(GetType(ContentPart), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(ExtensionListWithModification))> _
Public MustInherit Class GroupShapeType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As GroupShapeType
[ChildElementInfoAttribute(typeof(NonVisualGroupShapeProperties))]
[ChildElementInfoAttribute(typeof(Shape))]
[ChildElementInfoAttribute(typeof(GroupShape))]
[ChildElementInfoAttribute(typeof(GroupShapeProperties))]
[ChildElementInfoAttribute(typeof(GraphicFrame))]
[ChildElementInfoAttribute(typeof(ConnectionShape))]
[ChildElementInfoAttribute(typeof(Picture))]
[ChildElementInfoAttribute(typeof(ContentPart), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(ExtensionListWithModification))]
public abstract class GroupShapeType : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:NonVisualGroupShapeProperties <p:nvGrpSpPr>GroupShapeProperties <p:grpSpPr>Shape <p:sp>GroupShape <p:grpSp>GraphicFrame <p:graphicFrame>ConnectionShape <p:cxnSp>Picture <p:pic>ExtensionListWithModification <p:extLst>

Threadsicherheit

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

Siehe auch

Referenz

GroupShapeType-Member

DocumentFormat.OpenXml.Presentation-Namespace