共用方式為


TextCharacterPropertiesType Constructors

Definition

Overloads

TextCharacterPropertiesType()

Initializes a new instance of the TextCharacterPropertiesType class.

TextCharacterPropertiesType(OpenXmlElement[])

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

TextCharacterPropertiesType(IEnumerable<OpenXmlElement>)

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

TextCharacterPropertiesType(String)

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

TextCharacterPropertiesType()

Initializes a new instance of the TextCharacterPropertiesType class.

public TextCharacterPropertiesType ();
Public Sub New ()

Applies to

TextCharacterPropertiesType(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TextCharacterPropertiesType(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TextCharacterPropertiesType(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to