Aracılığıyla paylaş


ColorsDefinitionHeader Constructors

Definition

Overloads

ColorsDefinitionHeader()

Initializes a new instance of the ColorsDefinitionHeader class.

ColorsDefinitionHeader(OpenXmlElement[])

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

ColorsDefinitionHeader(IEnumerable<OpenXmlElement>)

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

ColorsDefinitionHeader(String)

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

ColorsDefinitionHeader()

Initializes a new instance of the ColorsDefinitionHeader class.

public ColorsDefinitionHeader ();
Public Sub New ()

Applies to

ColorsDefinitionHeader(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ColorsDefinitionHeader(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ColorsDefinitionHeader(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to