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