GroupShapeType Class
Defines the GroupShapeType class.
Inheritance Hierarchy
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
声明
<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
用法
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
Remarks
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>
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.