WordprocessingGroupType Class

Defines the WordprocessingGroupType class.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType
        DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape
        DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup

Namespace:  DocumentFormat.OpenXml.Office2010.Word.DrawingGroup
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(NonVisualDrawingProperties), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(NonVisualGroupDrawingShapeProperties), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(GroupShapeProperties), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(WordprocessingShape), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(GroupShape), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(GraphicFrame), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(Picture))> _
<ChildElementInfoAttribute(GetType(ContentPart), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(OfficeArtExtensionList), FileFormatVersions.Office2010)> _
Public MustInherit Class WordprocessingGroupType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As WordprocessingGroupType
[ChildElementInfoAttribute(typeof(NonVisualDrawingProperties), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(NonVisualGroupDrawingShapeProperties), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(GroupShapeProperties), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(WordprocessingShape), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(GroupShape), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(GraphicFrame), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(Picture))]
[ChildElementInfoAttribute(typeof(ContentPart), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(OfficeArtExtensionList), FileFormatVersions.Office2010)]
public abstract class WordprocessingGroupType : OpenXmlCompositeElement

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

WordprocessingGroupType Members

DocumentFormat.OpenXml.Office2010.Word.DrawingGroup Namespace