Aracılığıyla paylaş


ColorTransformCategories Constructors

Definition

Overloads

ColorTransformCategories()

Initializes a new instance of the ColorTransformCategories class.

ColorTransformCategories(OpenXmlElement[])

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

ColorTransformCategories(IEnumerable<OpenXmlElement>)

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

ColorTransformCategories(String)

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

ColorTransformCategories()

Initializes a new instance of the ColorTransformCategories class.

public ColorTransformCategories ();
Public Sub New ()

Applies to

ColorTransformCategories(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ColorTransformCategories(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ColorTransformCategories(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to