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