在Word 中将文档设为只读 如果不希望内容审阅者意外修改你的文档,可在发送文档供审阅前将其设为只读。 另一种方法是限制格式和编辑。 将文档设为只读意味读者只能阅读或复制文档,而不能修改文档。 如果某个审阅人员试图修改只读文件,则只能通过重命名文档或将文档保存到其他位置来保存更改。 注意:将文档设为只读不...
Document.ReadOnly 属性 (Word) 项目 2023/04/07 5 个参与者 反馈 本文内容 语法 示例 另请参阅 如此 如果对文档的更改不能保存到原始文档中。 只读 Boolean。语法表达式。ReadOnlyexpression 是必需的。 一个代表 Document 对象的变量。示例本示例在活动文档不是只读文档时保存该文档。
expression。ReadOnlyRecommended 表達代表Document物件的變數。 範例 這個範例會將 Word 設定為在開啟文件時,建議以唯讀方式開啟文件。 VB ActiveDocument.ReadOnlyRecommended =True 另請參閱 Document 物件 支援和意見反應 有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,...
如果无论用户何时打开文档,Microsoft Word 都显示一个消息框,提示以只读方式打开,则该属性值为True。 读/写Boolean。 语法 expression。ReadOnlyRecommended 表达一个代表Document对象的变量。 示例 本示例的功能如下:在打开文档时,Word 建议以只读方式打开。
命名空间: Microsoft.Office.Tools.Word 程序集: Microsoft.Office.Tools.Word.v4.0.Utilities(在 Microsoft.Office.Tools.Word.v4.0.Utilities.dll 中) Microsoft.Office.Tools.Word(在 Microsoft.Office.Tools.Word.dll 中)语法C# 复制 bool ReadOnly { get; } ...
When you try to programmatically open a Microsoft Word document, the document opens as a read-only document and you cannot edit the document. When you add the code ReadOnly:=False the document still opens as a read-only document. When you open the same...
Way 1: Make Word document read only by Marked as Final Way 2: Make Word document read only from properties Way 3: Make Word document read only with Read-only recommended Way 4: Make Word document read only with modify password Way 5: Make Word document read only by Restrict Editing ...
Trueif the specified document is a master document. Read-onlyBoolean. IsSubdocument True指定的文档是主控文档的子文档。只读的布尔值。 JustificationMode 返回或设置指定文档字符间距的调整量。可读/写WdJustificationMode类型。 KerningByAlgorithm Trueif Microsoft Word kerns half-width Latin characters and punctua...
They've provided feedback and I now need to update the document. I can only edit the document in Word Online. Each time I click the "edit in word" button , the document will open in the Word client but only ever as (Read Only). ...
Word Assemblies: Microsoft.Office.Tools.Word.dll, Microsoft.Office.Tools.Word.v4.0.Utilities.dllGets or sets a value that indicates whether Microsoft Office Word displays a message whenever a user opens the document, suggesting that the document be opened as read-only. C# 复制 public bool ...