Options.PasteFormatBetweenStyledDocuments 属性

定义

返回或设置一个 WdPasteOptions 常量,该常量表示从使用样式的文档复制文本时粘贴文本的方式。 读/写。

public:
 property Microsoft::Office::Interop::Word::WdPasteOptions PasteFormatBetweenStyledDocuments { Microsoft::Office::Interop::Word::WdPasteOptions get(); void set(Microsoft::Office::Interop::Word::WdPasteOptions value); };
public Microsoft.Office.Interop.Word.WdPasteOptions PasteFormatBetweenStyledDocuments { get; set; }
member this.PasteFormatBetweenStyledDocuments : Microsoft.Office.Interop.Word.WdPasteOptions with get, set
Public Property PasteFormatBetweenStyledDocuments As WdPasteOptions

属性值

WdPasteOptions

注解

相当于 "Word 选项" 对话框的 "高级" 选项卡中的 "在两个文档之间粘贴(带样式)" 选项。

适用于