TextInput.EditType(WdTextFormFieldType, Object, Object, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为指定的文字型窗体域设置选项。
public void EditType (Microsoft.Office.Interop.Word.WdTextFormFieldType Type, ref object Default, ref object Format, ref object Enabled);
abstract member EditType : Microsoft.Office.Interop.Word.WdTextFormFieldType * obj * obj * obj -> unit
Public Sub EditType (Type As WdTextFormFieldType, Optional ByRef Default As Object, Optional ByRef Format As Object, Optional ByRef Enabled As Object)
参数
- Type
- WdTextFormFieldType
必需 WdTextFormFieldType。 文本框类型。WdTextFormFieldType 可以是以下常量之一: wdCalculationText wdCurrentDateText wdCurrentTimeText wdDateText wdNumberText wdRegularText
- Default
- Object
可选 对象。 出现在文本框中的默认文字。
- Format
- Object
可选 对象。 设置文本、数字或日期格式的格式字符串(例如,“0.00”、“Title Case”或“M/d/yy”)。 有关格式的更多示例,请查看“文字型窗体域选项”对话框中指定文字型窗体域类型的格式列表。
- Enabled
- Object
可选 对象。 如果为 True,则可以向窗体域中输入文字。