共用方式為


QuickTimeFromFile Constructors

Definition

Overloads

QuickTimeFromFile()

Initializes a new instance of the QuickTimeFromFile class.

QuickTimeFromFile(OpenXmlElement[])

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

QuickTimeFromFile(IEnumerable<OpenXmlElement>)

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

QuickTimeFromFile(String)

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

QuickTimeFromFile()

Initializes a new instance of the QuickTimeFromFile class.

public QuickTimeFromFile ();
Public Sub New ()

Applies to

QuickTimeFromFile(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

QuickTimeFromFile(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

QuickTimeFromFile(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to