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