次の方法で共有


TextInput.Type プロパティ

定義

テキスト フォーム フィールドの種類を返します。

public:
 property Microsoft::Office::Interop::Word::WdTextFormFieldType Type { Microsoft::Office::Interop::Word::WdTextFormFieldType get(); };
public Microsoft.Office.Interop.Word.WdTextFormFieldType Type { get; }
member this.Type : Microsoft.Office.Interop.Word.WdTextFormFieldType
Public ReadOnly Property Type As WdTextFormFieldType

プロパティ値

注釈

WdTextFormFieldType 次のいずれかの WdTextFormFieldType 定数を指定できます。

wdCalculationText

wdCurrentDateText

wdCurrentTimeText

wdDateText

wdNumberText

wdRegularText

適用対象