Accent2Color Constructors

Definition

Overloads

Accent2Color()

Initializes a new instance of the Accent2Color class.

Accent2Color(OpenXmlElement[])

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

Accent2Color(IEnumerable<OpenXmlElement>)

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

Accent2Color(String)

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

Accent2Color()

Initializes a new instance of the Accent2Color class.

public Accent2Color ();
Public Sub New ()

Applies to

Accent2Color(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Accent2Color(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Accent2Color(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to