AudioFromFile Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AudioFromFile() |
Initializes a new instance of the AudioFromFile class. |
AudioFromFile(OpenXmlElement[]) |
Initializes a new instance of the AudioFromFile class with the specified child elements. |
AudioFromFile(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the AudioFromFile class with the specified child elements. |
AudioFromFile(String) |
Initializes a new instance of the AudioFromFile class from outer XML. |
AudioFromFile()
Initializes a new instance of the AudioFromFile class.
public AudioFromFile ();
Public Sub New ()
Applies to
AudioFromFile(OpenXmlElement[])
Initializes a new instance of the AudioFromFile class with the specified child elements.
public AudioFromFile (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.AudioFromFile : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.AudioFromFile
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
AudioFromFile(IEnumerable<OpenXmlElement>)
Initializes a new instance of the AudioFromFile class with the specified child elements.
public AudioFromFile (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.AudioFromFile : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.AudioFromFile
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
AudioFromFile(String)
Initializes a new instance of the AudioFromFile class from outer XML.
public AudioFromFile (string outerXml);
new DocumentFormat.OpenXml.Drawing.AudioFromFile : string -> DocumentFormat.OpenXml.Drawing.AudioFromFile
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.