共用方式為


FilteredCategoryTitle Constructors

Definition

Overloads

FilteredCategoryTitle()

Initializes a new instance of the FilteredCategoryTitle class.

FilteredCategoryTitle(OpenXmlElement[])

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

FilteredCategoryTitle(IEnumerable<OpenXmlElement>)

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

FilteredCategoryTitle(String)

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

FilteredCategoryTitle()

Initializes a new instance of the FilteredCategoryTitle class.

public FilteredCategoryTitle ();
Public Sub New ()

Applies to

FilteredCategoryTitle(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

FilteredCategoryTitle(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

FilteredCategoryTitle(String)

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

public FilteredCategoryTitle (string outerXml);
new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle : string -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to