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