共用方式為


AudioFromCD Constructors

Definition

Overloads

AudioFromCD()

Initializes a new instance of the AudioFromCD class.

AudioFromCD(OpenXmlElement[])

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

AudioFromCD(IEnumerable<OpenXmlElement>)

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

AudioFromCD(String)

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

AudioFromCD()

Initializes a new instance of the AudioFromCD class.

public AudioFromCD ();
Public Sub New ()

Applies to

AudioFromCD(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

AudioFromCD(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

AudioFromCD(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to