Share via


FullReference Constructors

Definition

Overloads

FullReference()

Initializes a new instance of the FullReference class.

FullReference(OpenXmlElement[])

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

FullReference(IEnumerable<OpenXmlElement>)

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

FullReference(String)

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

FullReference()

Initializes a new instance of the FullReference class.

public FullReference ();
Public Sub New ()

Applies to

FullReference(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

FullReference(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

FullReference(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to