InkSource Constructors

Definition

Overloads

InkSource()

Initializes a new instance of the InkSource class.

InkSource(OpenXmlElement[])

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

InkSource(IEnumerable<OpenXmlElement>)

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

InkSource(String)

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

InkSource()

Initializes a new instance of the InkSource class.

public InkSource ();
Public Sub New ()

Applies to

InkSource(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

InkSource(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

InkSource(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to