Aracılığıyla paylaş


Accent3Color Constructors

Definition

Overloads

Accent3Color()

Initializes a new instance of the Accent3Color class.

Accent3Color(OpenXmlElement[])

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

Accent3Color(IEnumerable<OpenXmlElement>)

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

Accent3Color(String)

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

Accent3Color()

Initializes a new instance of the Accent3Color class.

public Accent3Color ();
Public Sub New ()

Applies to

Accent3Color(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Accent3Color(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Accent3Color(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to