Share via


NotesMaster Constructors

Definition

Overloads

NotesMaster()

Initializes a new instance of the NotesMaster class.

NotesMaster(OpenXmlElement[])

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

NotesMaster(IEnumerable<OpenXmlElement>)

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

NotesMaster(String)

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

NotesMaster()

Initializes a new instance of the NotesMaster class.

public NotesMaster ();
Public Sub New ()

Applies to

NotesMaster(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

NotesMaster(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

NotesMaster(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to