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