共用方式為


MoveFromRun Constructors

Definition

Overloads

MoveFromRun()

Initializes a new instance of the MoveFromRun class.

MoveFromRun(OpenXmlElement[])

Initializes a new instance of the MoveFromRun class with the specified child elements.

MoveFromRun(IEnumerable<OpenXmlElement>)

Initializes a new instance of the MoveFromRun class with the specified child elements.

MoveFromRun(String)

Initializes a new instance of the MoveFromRun class from outer XML.

MoveFromRun()

Initializes a new instance of the MoveFromRun class.

public MoveFromRun ();
Public Sub New ()

Applies to

MoveFromRun(OpenXmlElement[])

Initializes a new instance of the MoveFromRun class with the specified child elements.

public MoveFromRun (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Wordprocessing.MoveFromRun : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Wordprocessing.MoveFromRun
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

MoveFromRun(IEnumerable<OpenXmlElement>)

Initializes a new instance of the MoveFromRun class with the specified child elements.

public MoveFromRun (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Wordprocessing.MoveFromRun : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Wordprocessing.MoveFromRun
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

MoveFromRun(String)

Initializes a new instance of the MoveFromRun class from outer XML.

public MoveFromRun (string outerXml);
new DocumentFormat.OpenXml.Wordprocessing.MoveFromRun : string -> DocumentFormat.OpenXml.Wordprocessing.MoveFromRun
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to