共用方式為


Compatibility Constructors

Definition

Overloads

Compatibility()

Initializes a new instance of the Compatibility class.

Compatibility(OpenXmlElement[])

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

Compatibility(IEnumerable<OpenXmlElement>)

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

Compatibility(String)

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

Compatibility()

Initializes a new instance of the Compatibility class.

public Compatibility ();
Public Sub New ()

Applies to

Compatibility(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Compatibility(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Compatibility(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to