WdTextFormFieldType 列挙型

定義

テキスト ボックス フォーム フィールドの種類を指定します。

public enum class WdTextFormFieldType
[System.Runtime.InteropServices.Guid("79490EA3-7A77-3A2D-8D1A-A15E6B216CBE")]
public enum WdTextFormFieldType
type WdTextFormFieldType = 
Public Enum WdTextFormFieldType
継承
WdTextFormFieldType
属性

フィールド

wdCalculationText 5

[計算式] テキスト フィールド

wdCurrentDateText 3

[現在の日付] テキスト フィールド

wdCurrentTimeText 4

[現在の時刻] テキスト フィールド

wdDateText 2

[日付] テキスト フィールド

wdNumberText 1

[数値] テキスト フィールド

wdRegularText 0

[文字列] テキスト フィールド

適用対象