共用方式為


ExternalBookAlternateUrls Constructors

Definition

Overloads

ExternalBookAlternateUrls()

Initializes a new instance of the ExternalBookAlternateUrls class.

ExternalBookAlternateUrls(OpenXmlElement[])

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

ExternalBookAlternateUrls(IEnumerable<OpenXmlElement>)

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

ExternalBookAlternateUrls(String)

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

ExternalBookAlternateUrls()

Initializes a new instance of the ExternalBookAlternateUrls class.

public ExternalBookAlternateUrls ();
Public Sub New ()

Applies to

ExternalBookAlternateUrls(OpenXmlElement[])

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

public ExternalBookAlternateUrls (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021.ExternalBookAlternateUrls : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021.ExternalBookAlternateUrls
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ExternalBookAlternateUrls(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ExternalBookAlternateUrls(String)

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

public ExternalBookAlternateUrls (string outerXml);
new DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021.ExternalBookAlternateUrls : string -> DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021.ExternalBookAlternateUrls
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to