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