Aracılığıyla paylaş


NotesTextMonikerList Constructors

Definition

Overloads

NotesTextMonikerList()

Initializes a new instance of the NotesTextMonikerList class.

NotesTextMonikerList(OpenXmlElement[])

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

NotesTextMonikerList(IEnumerable<OpenXmlElement>)

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

NotesTextMonikerList(String)

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

NotesTextMonikerList()

Initializes a new instance of the NotesTextMonikerList class.

public NotesTextMonikerList ();
Public Sub New ()

Applies to

NotesTextMonikerList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

NotesTextMonikerList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

NotesTextMonikerList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to