Share via


OpenXmlImgDataElement Constructors

Definition

Overloads

OpenXmlImgDataElement()

Initializes a new instance of the OpenXmlImgDataElement class.

OpenXmlImgDataElement(String)

Initializes a new instance of the OpenXmlImgDataElement class with the specified text content.

OpenXmlImgDataElement()

Initializes a new instance of the OpenXmlImgDataElement class.

protected OpenXmlImgDataElement ();
Protected Sub New ()

Applies to

OpenXmlImgDataElement(String)

Initializes a new instance of the OpenXmlImgDataElement class with the specified text content.

protected OpenXmlImgDataElement (string text);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlImgDataElement : string -> DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlImgDataElement
Protected Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to