DivsType Class

Defines the DivsType class.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Wordprocessing.DivsType
        DocumentFormat.OpenXml.Wordprocessing.Divs
        DocumentFormat.OpenXml.Wordprocessing.DivsChild

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Div))> _
Public MustInherit Class DivsType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As DivsType
[ChildElementInfoAttribute(typeof(Div))]
public abstract class DivsType : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:Div <w:div>

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

DivsType Members

DocumentFormat.OpenXml.Wordprocessing Namespace