GlossaryDocument Constructors

Definition

Overloads

GlossaryDocument()

Initializes a new instance of the GlossaryDocument class.

GlossaryDocument(OpenXmlElement[])

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

GlossaryDocument(IEnumerable<OpenXmlElement>)

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

GlossaryDocument(String)

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

GlossaryDocument()

Initializes a new instance of the GlossaryDocument class.

public GlossaryDocument ();
Public Sub New ()

Applies to

GlossaryDocument(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

GlossaryDocument(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

GlossaryDocument(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to