共用方式為


TextBodyType Constructors

Definition

Overloads

TextBodyType()

Initializes a new instance of the TextBodyType class.

TextBodyType(OpenXmlElement[])

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

TextBodyType(IEnumerable<OpenXmlElement>)

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

TextBodyType(String)

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

TextBodyType()

Initializes a new instance of the TextBodyType class.

protected TextBodyType ();
Protected Sub New ()

Applies to

TextBodyType(OpenXmlElement[])

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

protected TextBodyType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TextBodyType(IEnumerable<OpenXmlElement>)

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

protected TextBodyType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TextBodyType(String)

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

protected TextBodyType (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType : string -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to