TextCharacterPropertiesType コンストラクター

定義

オーバーロード

TextCharacterPropertiesType()

TextCharacterPropertiesType クラスの新しいインスタンスを初期化します。

TextCharacterPropertiesType(OpenXmlElement[])

指定した子要素を使用して TextCharacterPropertiesType クラスの新しいインスタンスを初期化します。

TextCharacterPropertiesType(IEnumerable<OpenXmlElement>)

指定した子要素を使用して TextCharacterPropertiesType クラスの新しいインスタンスを初期化します。

TextCharacterPropertiesType(String)

外部 XML から TextCharacterPropertiesType クラスの新しいインスタンスを初期化します。

TextCharacterPropertiesType()

TextCharacterPropertiesType クラスの新しいインスタンスを初期化します。

protected TextCharacterPropertiesType ();
Protected Sub New ()

適用対象

TextCharacterPropertiesType(OpenXmlElement[])

指定した子要素を使用して TextCharacterPropertiesType クラスの新しいインスタンスを初期化します。

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())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

TextCharacterPropertiesType(IEnumerable<OpenXmlElement>)

指定した子要素を使用して TextCharacterPropertiesType クラスの新しいインスタンスを初期化します。

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))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

TextCharacterPropertiesType(String)

外部 XML から TextCharacterPropertiesType クラスの新しいインスタンスを初期化します。

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

パラメーター

outerXml
String

要素の外部 XML を指定します。

適用対象