AutoCaptions Constructors

Definition

Overloads

AutoCaptions()

Initializes a new instance of the AutoCaptions class.

AutoCaptions(OpenXmlElement[])

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

AutoCaptions(IEnumerable<OpenXmlElement>)

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

AutoCaptions(String)

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

AutoCaptions()

Initializes a new instance of the AutoCaptions class.

public AutoCaptions ();
Public Sub New ()

Applies to

AutoCaptions(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

AutoCaptions(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

AutoCaptions(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to