Share via


AnnotationXml Constructors

Definition

Overloads

AnnotationXml()

Initializes a new instance of the AnnotationXml class.

AnnotationXml(OpenXmlElement[])

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

AnnotationXml(IEnumerable<OpenXmlElement>)

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

AnnotationXml(String)

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

AnnotationXml()

Initializes a new instance of the AnnotationXml class.

public AnnotationXml ();
Public Sub New ()

Applies to

AnnotationXml(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

AnnotationXml(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

AnnotationXml(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to