Definitions Constructors

Definition

Overloads

Definitions()

Initializes a new instance of the Definitions class.

Definitions(OpenXmlElement[])

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

Definitions(IEnumerable<OpenXmlElement>)

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

Definitions(String)

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

Definitions()

Initializes a new instance of the Definitions class.

public Definitions ();
Public Sub New ()

Applies to

Definitions(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Definitions(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Definitions(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to