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