共用方式為


Title Constructors

Definition

Overloads

Title()

Initializes a new instance of the Title class.

Title(OpenXmlElement[])

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

Title(IEnumerable<OpenXmlElement>)

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

Title(String)

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

Title()

Initializes a new instance of the Title class.

public Title ();
Public Sub New ()

Applies to

Title(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Title(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Title(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to