Color3Type Constructors

Definition

Overloads

Color3Type()

Initializes a new instance of the Color3Type class.

Color3Type(OpenXmlElement[])

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

Color3Type(IEnumerable<OpenXmlElement>)

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

Color3Type(String)

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

Color3Type()

Initializes a new instance of the Color3Type class.

protected Color3Type ();
Protected Sub New ()

Applies to

Color3Type(OpenXmlElement[])

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

protected Color3Type (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.Color3Type : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.Color3Type
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Color3Type(IEnumerable<OpenXmlElement>)

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

protected Color3Type (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.Color3Type : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.Color3Type
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Color3Type(String)

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

protected Color3Type (string outerXml);
new DocumentFormat.OpenXml.Presentation.Color3Type : string -> DocumentFormat.OpenXml.Presentation.Color3Type
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to