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