InsertXML InStory IsEqual LookupNameProperties ModifyEnclosure 移动 MoveEnd MoveEndUntil MoveEndWhile MoveStart MoveStartUntil MoveStartWhile MoveUntil MoveWhile Next NextSubdocument Paste PasteAndFormat PasteAppendTable PasteAsNestedTable PasteExcelTable
表達變數,表示已在類別模組中使用WithEvents關鍵字宣告的 'Document' 物件。 如需搭配Document物件使用事件的相關資訊,請參閱搭配 Document 物件使用事件。 參數 名稱必要/選用資料類型描述 NewXMLNode必要XMLNode新增的 XML 節點。 InUndoRedo必要BooleanTrue表示使用 Microsoft Word 中的 [復原或取消復原] 功能已執行...
Microsoft.Office.Interop.Word.dll 将指定的 XML 文本插入到指定的区域或选定内容中。 C# publicvoidInsertXML(stringXML,refobjectTransform); 参数 XML String 必需的字符串。 要插入的 XML 文本。 Transform Object 可选对象。 要应用于插入的 XML 文本的转换。
用户向文档中添加新 XML 元素时发生。 如果同时向文档中添加多个元素(例如,剪切和粘贴 XML 时),则插入的每个元素都会激发该事件。语法表达式。XMLAfterInsert' (NewXMLNode**, InUndoRedo) 表达一个变量,该变量表示在类模块中使用 WithEvents 关键字声明的“Document”对象。 有关对 Document 对象使用事件的信息...
表达一个变量,该变量表示在类模块中使用 WithEvents 关键字声明的“Document”对象。 有关对 Document 对象使用事件的信息,请参阅 对Document 对象使用事件。参数展开表 名称必需/可选数据类型说明 NewXMLNode 必需 XMLNode 新添加的 XML 节点。 InUndoRedo 必需 Boolean 为true ,则表示使用 Microsoft Word 中的...
文書のカーソル位置に指定した XML を挿入し、選択した文字列を置き換えます。 構文 expression.InsertXML(_XML_,_Transform_) 式Selectionオブジェクトを返す式。 パラメーター 名前必須 / オプションデータ型説明 XML必須String挿入する XML を指定します。 ここには有効なカスタム XML を指定...
public event Microsoft.Office.Interop.Word.DocumentEvents2_XMLAfterInsertEventHandler XMLAfterInsert; 事件类型 DocumentEvents2_XMLAfterInsertEventHandler 示例 下面的代码示例演示了和事件的事件处理程序 XMLAfterInsert XMLBeforeDelete。在 XMLNode 从文档中删除并将添加到文档中之后,代码将显示一条消息 XMLNode。
deleted."); } }voidThisDocument_XMLAfterInsert(Word.XMLNode NewXMLNode,boolInUndoRedo){if(InUndoRedo) { MessageBox.Show(NewXMLNode.BaseName +" element was "+"inserted as a result of an undo or redo operation."); }else{ MessageBox.Show(NewXMLNode.BaseName +" element was inserted."); ...
Controls can be bound or unbound. When a control is bound, it is connected to a field or group in the data source so that data entered into the control is saved in the underlying form (.xml) file. When a control is unbound, it is not connected to a field or group, and data enter...
Controls can be bound or unbound. When a control is bound, it is connected to a field or group in the data source so that data entered into the control is saved in the underlying form (.xml) file. When a control is unbound, it is not connected to a field or group, and data enter...