Aracılığıyla paylaş


TextEffectColorList Constructors

Definition

Overloads

TextEffectColorList()

Initializes a new instance of the TextEffectColorList class.

TextEffectColorList(OpenXmlElement[])

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

TextEffectColorList(IEnumerable<OpenXmlElement>)

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

TextEffectColorList(String)

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

TextEffectColorList()

Initializes a new instance of the TextEffectColorList class.

public TextEffectColorList ();
Public Sub New ()

Applies to

TextEffectColorList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TextEffectColorList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TextEffectColorList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to