PhantomProperties Constructors

Definition

Overloads

PhantomProperties()

Initializes a new instance of the PhantomProperties class.

PhantomProperties(OpenXmlElement[])

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

PhantomProperties(IEnumerable<OpenXmlElement>)

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

PhantomProperties(String)

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

PhantomProperties()

Initializes a new instance of the PhantomProperties class.

public PhantomProperties ();
Public Sub New ()

Applies to

PhantomProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PhantomProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PhantomProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to