共用方式為


ImgDataImgData Constructors

Definition

Overloads

ImgDataImgData()

Initializes a new instance of the ImgDataImgData class.

ImgDataImgData(String)

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

ImgDataImgData()

Initializes a new instance of the ImgDataImgData class.

public ImgDataImgData ();
Public Sub New ()

Applies to

ImgDataImgData(String)

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

public ImgDataImgData (string text);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.ImgDataImgData : string -> DocumentFormat.OpenXml.Office2016.Drawing.Command.ImgDataImgData
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to