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