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