Freigeben über


GroupShape-Klasse

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.

Vererbungshierarchie

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

Hinweise

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>

Threadsicherheit

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

Siehe auch

Referenz

GroupShape-Member

DocumentFormat.OpenXml.Office2010.Word.DrawingGroup-Namespace