Options.PasteFormatBetweenStyledDocuments Property

Returns or sets a WdPasteOptions constant that represents how text is pasted when text is copied from a document that uses styles. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property PasteFormatBetweenStyledDocuments As WdPasteOptions
    Get
    Set
'Usage
Dim instance As Options
Dim value As WdPasteOptions

value = instance.PasteFormatBetweenStyledDocuments

instance.PasteFormatBetweenStyledDocuments = value
WdPasteOptions PasteFormatBetweenStyledDocuments { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdPasteOptions
WdPasteOptions

Remarks

Corresponds to the Pasting between two documents (with styles) option in the Advanced tab of the Word Options dialog box.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace