SdtDocPartType Constructors

Definition

Overloads

SdtDocPartType()

Initializes a new instance of the SdtDocPartType class.

SdtDocPartType(OpenXmlElement[])

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

SdtDocPartType(IEnumerable<OpenXmlElement>)

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

SdtDocPartType(String)

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

SdtDocPartType()

Initializes a new instance of the SdtDocPartType class.

protected SdtDocPartType ();
Protected Sub New ()

Applies to

SdtDocPartType(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SdtDocPartType(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SdtDocPartType(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to