Share via


Ink Constructors

Definition

Overloads

Ink()

Initializes a new instance of the Ink class.

Ink(OpenXmlElement[])

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

Ink(IEnumerable<OpenXmlElement>)

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

Ink(String)

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

Ink()

Initializes a new instance of the Ink class.

public Ink ();
Public Sub New ()

Applies to

Ink(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Ink(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Ink(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to