Aracılığıyla paylaş


Accent5Color Constructors

Definition

Overloads

Accent5Color()

Initializes a new instance of the Accent5Color class.

Accent5Color(OpenXmlElement[])

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

Accent5Color(IEnumerable<OpenXmlElement>)

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

Accent5Color(String)

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

Accent5Color()

Initializes a new instance of the Accent5Color class.

public Accent5Color ();
Public Sub New ()

Applies to

Accent5Color(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Accent5Color(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Accent5Color(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to