共用方式為


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.

protected TextCharacterPropertiesType ();
Protected Sub New ()

Applies to

TextCharacterPropertiesType(OpenXmlElement[])

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

protected TextCharacterPropertiesType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType
Protected 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.

protected TextCharacterPropertiesType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType
Protected 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.

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to