Inventor 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
Inventor() |
Initializes a new instance of the Inventor class. |
Inventor(OpenXmlElement[]) |
Initializes a new instance of the Inventor class with the specified child elements. |
Inventor(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the Inventor class with the specified child elements. |
Inventor(String) |
Initializes a new instance of the Inventor class from outer XML. |
Inventor()
Initializes a new instance of the Inventor class.
public Inventor ();
Public Sub New ()
Applies to
Inventor(OpenXmlElement[])
Initializes a new instance of the Inventor class with the specified child elements.
public Inventor (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Bibliography.Inventor : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Bibliography.Inventor
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
Inventor(IEnumerable<OpenXmlElement>)
Initializes a new instance of the Inventor class with the specified child elements.
public Inventor (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Bibliography.Inventor : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Bibliography.Inventor
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
Inventor(String)
Initializes a new instance of the Inventor class from outer XML.
public Inventor (string outerXml);
new DocumentFormat.OpenXml.Bibliography.Inventor : string -> DocumentFormat.OpenXml.Bibliography.Inventor
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.