Share via


FromAnchor Constructors

Definition

Overloads

FromAnchor()

Initializes a new instance of the FromAnchor class.

FromAnchor(OpenXmlElement[])

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

FromAnchor(IEnumerable<OpenXmlElement>)

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

FromAnchor(String)

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

FromAnchor()

Initializes a new instance of the FromAnchor class.

public FromAnchor ();
Public Sub New ()

Applies to

FromAnchor(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

FromAnchor(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

FromAnchor(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to