Word) (CheckBox 对象 项目 2023/04/07 6 个参与者 反馈 本文内容 备注 属性 另请参阅 代表一个复选框窗体域。 备注 使用FormFields (Index) (其中 Index 是索引号或与复选框关联的书签名称)可返回单个 FormField 对象。 将 CheckBox 属性与 FormField 对象一起使用可返回 CheckBox 对象。 以下示例...
使用FormFields (Index) ,其中 Index 是索引編號或與核取方塊相關聯的書簽名稱,可傳回單一 FormField 物件。 使用 CheckBox 屬性搭配 FormField 物件可傳回 CheckBox 物件。 下列範例會選取使用中文件內名為 "Check1" 的核取方塊表單欄位。VB 複製 ActiveDocument.FormFields("Check1").CheckBox.Value = True ...
UnderPrinting options, select theUpdate fieldscheck box. Lock or unlock a field You can prevent Word from automatically updating a field by locking it. For example, you may want the date field in the header to reflect a particular date rather than automatically updating to the current date eve...
Word 2000On the Insert menu, click Index and Tables. Click the Table of Contents tab, and then click the Options button. Click to select the Table entry fieldscheck box. Click OK twice. The table of contents is inserted at the location of the insertio...
Word Assembly: Microsoft.Office.Interop.Word.dll Returns a CheckBox object that represents a check box form field. C# 複製 public Microsoft.Office.Interop.Word.CheckBox CheckBox { get; } Property Value CheckBox Remarks If the CheckBox property is applied to a FormField object that is...
Worlds FRVR 概述系统要求
"FormFieldRef"}],"props":null,"legend":null,"description":null,"className":null,"viewVariant":null,"toggleState":null,"__typename":"FormFieldset"},{"id":"componentPropsGroup","type":"fieldset","as":null,"items":[{"id":"cMax_items","className":null,"__typename":"FormFieldRef"}...
FormField.CheckBox Property (Word) Article 09/15/2015 In this article Syntax Remarks Example See Also Returns a CheckBox object that represents a check box form field. Read-only.Syntaxexpression .CheckBoxexpression A variable that represents a FormField object....
TextBox() 初始化 TextBox 類別的新執行個體。屬性展開資料表 AcceptsReturn 取得或設定值,指出在多行 TextBox 控制項中按 ENTER 時,是否會在控制項中建立新行文字或啟動表單的預設按鈕。 AcceptsTab 取得或設定值,指出在多行文字方塊控制項中按 TAB 鍵時,在控制項中輸入的是 TAB 字元,而不是將焦點 (Fo...
This example compares the current value with the default value of the check box named "Check1." If the values are equal, the blnSame variable is set to True.VB Copy Dim ffTemp As FormField Dim blnSame As Boolean Set ffTemp = ActiveDocument.FormFields("Check1").CheckBox If ffTemp....