Share via


AlternateContentFallback Constructors

Definition

Overloads

AlternateContentFallback()

Initializes a new instance of the AlternateContentFallback class.

AlternateContentFallback(OpenXmlElement[])

Initializes a new instance of the AlternateContentFallback class by using the supplied OpenXmlElement elements.

AlternateContentFallback(IEnumerable<OpenXmlElement>)

Initializes a new instance of the AlternateContentFallback class by using the supplied IEnumerable elements.

AlternateContentFallback(String)

Initializes a new instance of the AlternateContentFallback class by using the supplied string.

AlternateContentFallback()

Initializes a new instance of the AlternateContentFallback class.

public AlternateContentFallback ();
Public Sub New ()

Applies to

AlternateContentFallback(OpenXmlElement[])

Initializes a new instance of the AlternateContentFallback class by using the supplied OpenXmlElement elements.

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

Parameters

childElements
OpenXmlElement[]

Represents all child elements.

Applies to

AlternateContentFallback(IEnumerable<OpenXmlElement>)

Initializes a new instance of the AlternateContentFallback class by using the supplied IEnumerable elements.

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Represents all child elements.

Applies to

AlternateContentFallback(String)

Initializes a new instance of the AlternateContentFallback class by using the supplied string.

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

Parameters

outerXml
String

The outer XML of the element.

Applies to