Options.PasteFormatWithinDocument 属性

定义

返回或设置一个 WdPasteOptions 常量,该常量表示复制或剪切文本然后粘贴到同一文档中时如何粘贴文本。 读/写。

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

属性值

WdPasteOptions

注解

相当于 "Word 选项" 对话框的 "高级" 选项卡中的 "在同一文档内粘贴" 选项。

适用于