AdjustHandlePolar Constructors

Definition

Overloads

AdjustHandlePolar()

Initializes a new instance of the AdjustHandlePolar class.

AdjustHandlePolar(OpenXmlElement[])

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

AdjustHandlePolar(IEnumerable<OpenXmlElement>)

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

AdjustHandlePolar(String)

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

AdjustHandlePolar()

Initializes a new instance of the AdjustHandlePolar class.

public AdjustHandlePolar ();
Public Sub New ()

Applies to

AdjustHandlePolar(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

AdjustHandlePolar(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

AdjustHandlePolar(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to