TextType コンストラクター

定義

オーバーロード

TextType()

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

TextType(String)

指定したテキスト コンテンツを持つ TextType クラスの新しいインスタンスを初期化します。

TextType()

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

protected TextType ();
Protected Sub New ()

適用対象

TextType(String)

指定したテキスト コンテンツを持つ TextType クラスの新しいインスタンスを初期化します。

protected TextType (string text);
new DocumentFormat.OpenXml.Wordprocessing.TextType : string -> DocumentFormat.OpenXml.Wordprocessing.TextType
Protected Sub New (text As String)

パラメーター

text
String

要素の文字列コンテンツを指定します。

適用対象