2. 解决方案1 上述显示的域代码而不是域值。 查了一下,可以使用 Alt + F9 来切换显示域代码&域值。 (另:Shift + F9 可以切换指定的区域) 3. 解决方案2 在“选项” -> “高级” -> “显示文档内容”: 勾掉“显示域代码而非域值“ 即可设置默认显示域值。
Redo(Object) 重做撤消的最后一个操作, (反转 Undo(Object) 方法) 。 如果重复操作成功,则返回 True。 (继承自 _Document) RejectAllRevisions() 拒绝指定文档的所有修订。 (继承自 _Document) RejectAllRevisionsShown() 拒绝显示在屏幕上的文档的所有修订。 (继承自 _Document) Reload() 通过解析指...
Redo(Object) 重做撤消的最后一个操作, (反转 Undo(Object) 方法) 。 如果重复操作成功,则返回 True。 RejectAllRevisions() 拒绝指定文档的所有修订。 RejectAllRevisionsShown() 拒绝显示在屏幕上的文档的所有修订。 Reload() 通过解析指向缓冲文档的超链接再下载该文档来重新加载该文档。 ReloadAs(MsoEncoding)...
Get instant access to favorite commands Find a command, get help, switch to Reading View, invite others to collaborate, and undo or redo recent edits. Get right to work Start with a blank page or select a template to customize. You can manage your files later — or not at all. Swipe ...
Down arrow key Opens the list for the selected command Alt+Down arrow key Opens the menu for the selected button Ctrl+F1 Expand or collapse the ribbon Shift+F10 Open the context menu Left arrow key Navigate to the submenu when a main menu is open 3. Navigate through, preview and print ...
Cancel a command. Esc Undo the previous action. Ctrl+Z Redo the previous action, if possible. Ctrl+Y Zoom in. Ctrl+Plus sign (+) Zoom out. Ctrl+Minus sign (-) Return back to 100% zoom. Ctrl+0 Zoom in and out with mouse. Ctrl+Scroll Split the document window. Ctrl+Alt...
TAB to the Generate more accessible view (new window) command, ENTER Find text CTRL+F, or F3 Hide the Search pane ESC Switch to Zoom control CTRL+Z Switch to page-number control CTRL+G Go to a specific page Type page number (in page-number control) Print CTRL+P Editing view To ...
run vs. execute Use run to run a command at a command line. We never use languages that hints at violence, such as execute. (And anyway, it's not as conversational.)SS corporation Capitalize as shown. Don't add a hyphen to the full name. If you abbreviate, add a hyphen. You may...
Redo(Object) Performs the last action that was undone (reverses the Undo(Object) method). RejectAllRevisions() Rejects all tracked changes in the document. RejectAllRevisionsShown() Rejects all revisions in the document that are displayed on the screen. Reload() Reloads a cached document ...
{ String actionCommand = ae.getActionCommand(); if (debug) { int modifier = ae.getModifiers(); long when = ae.getWhen(); String parameter = ae.paramString(); System.out.println("actionCommand: " + actionCommand); System.out.println("modifier: " + modifier); System.out.println("when...