OpenXmlValueColorEndPositionElement Constructors

Definition

Overloads

OpenXmlValueColorEndPositionElement()

Initializes a new instance of the OpenXmlValueColorEndPositionElement class.

OpenXmlValueColorEndPositionElement(OpenXmlElement[])

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

OpenXmlValueColorEndPositionElement(IEnumerable<OpenXmlElement>)

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

OpenXmlValueColorEndPositionElement(String)

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

OpenXmlValueColorEndPositionElement()

Initializes a new instance of the OpenXmlValueColorEndPositionElement class.

C#
protected OpenXmlValueColorEndPositionElement ();

Applies to

DocumentFormat.OpenXml 3.0.1 i druge verzije
Proizvod Verzije
DocumentFormat.OpenXml 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1

OpenXmlValueColorEndPositionElement(OpenXmlElement[])

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

C#
protected OpenXmlValueColorEndPositionElement (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DocumentFormat.OpenXml 3.0.1 i druge verzije
Proizvod Verzije
DocumentFormat.OpenXml 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1

OpenXmlValueColorEndPositionElement(IEnumerable<OpenXmlElement>)

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

C#
protected OpenXmlValueColorEndPositionElement (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DocumentFormat.OpenXml 3.0.1 i druge verzije
Proizvod Verzije
DocumentFormat.OpenXml 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1

OpenXmlValueColorEndPositionElement(String)

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

C#
protected OpenXmlValueColorEndPositionElement (string outerXml);

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to

DocumentFormat.OpenXml 3.0.1 i druge verzije
Proizvod Verzije
DocumentFormat.OpenXml 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1