BodyType Constructors

Definition

Overloads

BodyType()

Initializes a new instance of the BodyType class.

BodyType(OpenXmlElement[])

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

BodyType(IEnumerable<OpenXmlElement>)

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

BodyType(String)

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

BodyType()

Initializes a new instance of the BodyType class.

protected BodyType ();
Protected Sub New ()

Applies to

BodyType(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

BodyType(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

BodyType(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to