NotesMasterExtension Constructors  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| NotesMasterExtension() | Initializes a new instance of the NotesMasterExtension class. | 
| NotesMasterExtension(OpenXmlElement[]) | Initializes a new instance of the NotesMasterExtension class with the specified child elements. | 
| NotesMasterExtension(IEnumerable<OpenXmlElement>) | Initializes a new instance of the NotesMasterExtension class with the specified child elements. | 
| NotesMasterExtension(String) | Initializes a new instance of the NotesMasterExtension class from outer XML. | 
NotesMasterExtension()
Initializes a new instance of the NotesMasterExtension class.
public NotesMasterExtension();Public Sub New ()Applies to
NotesMasterExtension(OpenXmlElement[])
Initializes a new instance of the NotesMasterExtension class with the specified child elements.
public NotesMasterExtension(params DocumentFormat.OpenXml.OpenXmlElement[] childElements);new DocumentFormat.OpenXml.Presentation.NotesMasterExtension : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.NotesMasterExtensionPublic Sub New (ParamArray childElements As OpenXmlElement())Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
NotesMasterExtension(IEnumerable<OpenXmlElement>)
Initializes a new instance of the NotesMasterExtension class with the specified child elements.
public NotesMasterExtension(System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);new DocumentFormat.OpenXml.Presentation.NotesMasterExtension : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.NotesMasterExtensionPublic Sub New (childElements As IEnumerable(Of OpenXmlElement))Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
NotesMasterExtension(String)
Initializes a new instance of the NotesMasterExtension class from outer XML.
public NotesMasterExtension(string outerXml);new DocumentFormat.OpenXml.Presentation.NotesMasterExtension : string -> DocumentFormat.OpenXml.Presentation.NotesMasterExtensionPublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.