GroupShape Class
Defines the GroupShape Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is wpg:grpSp.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType
DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape
Namespace: DocumentFormat.OpenXml.Office2010.Word.DrawingGroup
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class GroupShape _
Inherits WordprocessingGroupType
'Usage
Dim instance As GroupShape
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class GroupShape : WordprocessingGroupType
Remarks
The following table lists the possible child types:
NonVisualDrawingProperties <wpg:cNvPr>
NonVisualGroupDrawingShapeProperties <wpg:cNvGrpSpPr>
GroupShapeProperties <wpg:grpSpPr>
DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape <wps:wsp>
GroupShape <wpg:grpSp>
GraphicFrame <wpg:graphicFrame>
DocumentFormat.OpenXml.Drawing.Pictures.Picture <pic:pic>
DocumentFormat.OpenXml.Office2010.Word.ContentPart <w14:contentPart>
OfficeArtExtensionList <wpg: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.
See Also
Reference
DocumentFormat.OpenXml.Office2010.Word.DrawingGroup Namespace