Compartir a través de


TextInput.Type Propiedad

Definición

Devuelve el tipo de campo de formulario de texto.

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

Valor de propiedad

Comentarios

WdTextFormFieldType puede ser una de estas constantes WdTextFormFieldType :

wdCalculationText

wdCurrentDateText

wdCurrentTimeText

wdDateText

wdNumberText

wdRegularText

Se aplica a