共用方式為


CategoryList Constructors

Definition

Overloads

CategoryList()

Initializes a new instance of the CategoryList class.

CategoryList(OpenXmlElement[])

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

CategoryList(IEnumerable<OpenXmlElement>)

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

CategoryList(String)

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

CategoryList()

Initializes a new instance of the CategoryList class.

public CategoryList ();
Public Sub New ()

Applies to

CategoryList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CategoryList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CategoryList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to