次の方法で共有


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

'宣言
<ChildElementInfoAttribute(GetType(Div))> _
Public MustInherit Class DivsType _
    Inherits OpenXmlCompositeElement
'使用
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