Aracılığıyla paylaş


SectionMonikerList Constructors

Definition

Overloads

SectionMonikerList()

Initializes a new instance of the SectionMonikerList class.

SectionMonikerList(OpenXmlElement[])

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

SectionMonikerList(IEnumerable<OpenXmlElement>)

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

SectionMonikerList(String)

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

SectionMonikerList()

Initializes a new instance of the SectionMonikerList class.

public SectionMonikerList ();
Public Sub New ()

Applies to

SectionMonikerList(OpenXmlElement[])

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

public SectionMonikerList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionMonikerList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionMonikerList
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SectionMonikerList(IEnumerable<OpenXmlElement>)

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

public SectionMonikerList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionMonikerList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionMonikerList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SectionMonikerList(String)

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

public SectionMonikerList (string outerXml);
new DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionMonikerList : string -> DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionMonikerList
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to