Share via


DivsType Constructors

Definition

Overloads

DivsType()

Initializes a new instance of the DivsType class.

DivsType(OpenXmlElement[])

Initializes a new instance of the DivsType class with the specified child elements.

DivsType(IEnumerable<OpenXmlElement>)

Initializes a new instance of the DivsType class with the specified child elements.

DivsType(String)

Initializes a new instance of the DivsType class from outer XML.

DivsType()

Initializes a new instance of the DivsType class.

protected DivsType ();
Protected Sub New ()

Applies to

DivsType(OpenXmlElement[])

Initializes a new instance of the DivsType class with the specified child elements.

protected DivsType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Wordprocessing.DivsType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Wordprocessing.DivsType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DivsType(IEnumerable<OpenXmlElement>)

Initializes a new instance of the DivsType class with the specified child elements.

protected DivsType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Wordprocessing.DivsType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Wordprocessing.DivsType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DivsType(String)

Initializes a new instance of the DivsType class from outer XML.

protected DivsType (string outerXml);
new DocumentFormat.OpenXml.Wordprocessing.DivsType : string -> DocumentFormat.OpenXml.Wordprocessing.DivsType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to