共用方式為


SdtRepeatedSection Constructors

Definition

Overloads

SdtRepeatedSection()

Initializes a new instance of the SdtRepeatedSection class.

SdtRepeatedSection(OpenXmlElement[])

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

SdtRepeatedSection(IEnumerable<OpenXmlElement>)

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

SdtRepeatedSection(String)

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

SdtRepeatedSection()

Initializes a new instance of the SdtRepeatedSection class.

public SdtRepeatedSection ();
Public Sub New ()

Applies to

SdtRepeatedSection(OpenXmlElement[])

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

public SdtRepeatedSection (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SdtRepeatedSection(IEnumerable<OpenXmlElement>)

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

public SdtRepeatedSection (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SdtRepeatedSection(String)

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

public SdtRepeatedSection (string outerXml);
new DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection : string -> DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to