Options.PasteFormatBetweenDocuments 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置一个WdPasteOptions常量,该常量表示从另一个 Microsoft Office Word 文档中复制文本时粘贴文本的方式。 读/写。
public:
property Microsoft::Office::Interop::Word::WdPasteOptions PasteFormatBetweenDocuments { Microsoft::Office::Interop::Word::WdPasteOptions get(); void set(Microsoft::Office::Interop::Word::WdPasteOptions value); };
public Microsoft.Office.Interop.Word.WdPasteOptions PasteFormatBetweenDocuments { get; set; }
member this.PasteFormatBetweenDocuments : Microsoft.Office.Interop.Word.WdPasteOptions with get, set
Public Property PasteFormatBetweenDocuments As WdPasteOptions
属性值
注解
相当于 "Word 选项" 对话框的 "高级" 选项卡中的 "在两个文档之间粘贴(不带样式)" 选项。