Share via


WebImagesSupportingRichData Constructors

Definition

Overloads

WebImagesSupportingRichData()

Initializes a new instance of the WebImagesSupportingRichData class.

WebImagesSupportingRichData(OpenXmlElement[])

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

WebImagesSupportingRichData(IEnumerable<OpenXmlElement>)

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

WebImagesSupportingRichData(String)

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

WebImagesSupportingRichData()

Initializes a new instance of the WebImagesSupportingRichData class.

public WebImagesSupportingRichData ();
Public Sub New ()

Applies to

WebImagesSupportingRichData(OpenXmlElement[])

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

public WebImagesSupportingRichData (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImagesSupportingRichData : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImagesSupportingRichData
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

WebImagesSupportingRichData(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

WebImagesSupportingRichData(String)

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

public WebImagesSupportingRichData (string outerXml);
new DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImagesSupportingRichData : string -> DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImagesSupportingRichData
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to