Aracılığıyla paylaş


VbaSuppData Constructors

Definition

Overloads

VbaSuppData()

Initializes a new instance of the VbaSuppData class.

VbaSuppData(OpenXmlElement[])

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

VbaSuppData(IEnumerable<OpenXmlElement>)

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

VbaSuppData(String)

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

VbaSuppData()

Initializes a new instance of the VbaSuppData class.

public VbaSuppData ();
Public Sub New ()

Applies to

VbaSuppData(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

VbaSuppData(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

VbaSuppData(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to