Freigeben über


DivsType-Klasse

Defines the DivsType class.

Vererbungshierarchie

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

Hinweise

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

Threadsicherheit

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

Siehe auch

Referenz

DivsType-Member

DocumentFormat.OpenXml.Wordprocessing-Namespace