Options.PasteFormatBetweenDocuments Property
Returns or sets a WdPasteOptions constant that represents how text is pasted when text is copied from another Microsoft Office Word document. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property PasteFormatBetweenDocuments As WdPasteOptions
Get
Set
'Usage
Dim instance As Options
Dim value As WdPasteOptions
value = instance.PasteFormatBetweenDocuments
instance.PasteFormatBetweenDocuments = value
WdPasteOptions PasteFormatBetweenDocuments { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdPasteOptions
WdPasteOptions
Remarks
Corresponds to the Pasting between two documents (without styles) option in the Advanced tab of the Word Options dialog box.