 | AlternateContentFallback(OpenXmlElement) Constructor |
Initializes a new instance of the AlternateContentFallback class
by using the supplied OpenXmlElement elements.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntaxpublic AlternateContentFallback(
params OpenXmlElement[] childElements
)
Public Sub New (
ParamArray childElements As OpenXmlElement()
)
public:
AlternateContentFallback(
... array<OpenXmlElement^>^ childElements
)
new :
childElements : OpenXmlElement[] -> AlternateContentFallback
Parameters
- childElements OpenXmlElement
-
Represents all child elements.
See Also