共用方式為


ColorMostRecentlyUsed Constructors

Definition

Overloads

ColorMostRecentlyUsed()

Initializes a new instance of the ColorMostRecentlyUsed class.

ColorMostRecentlyUsed(OpenXmlElement[])

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

ColorMostRecentlyUsed(IEnumerable<OpenXmlElement>)

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

ColorMostRecentlyUsed(String)

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

ColorMostRecentlyUsed()

Initializes a new instance of the ColorMostRecentlyUsed class.

public ColorMostRecentlyUsed ();
Public Sub New ()

Applies to

ColorMostRecentlyUsed(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ColorMostRecentlyUsed(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ColorMostRecentlyUsed(String)

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

public ColorMostRecentlyUsed (string outerXml);
new DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed : string -> DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to