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