AlphaInverse Constructors

Definition

Overloads

AlphaInverse()

Initializes a new instance of the AlphaInverse class.

AlphaInverse(OpenXmlElement[])

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

AlphaInverse(IEnumerable<OpenXmlElement>)

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

AlphaInverse(String)

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

AlphaInverse()

Initializes a new instance of the AlphaInverse class.

public AlphaInverse ();
Public Sub New ()

Applies to

AlphaInverse(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

AlphaInverse(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

AlphaInverse(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to