Options.PasteFormatFromExternalSource Property

Returns or sets a WdPasteOptions constant that represents how text is pasted when text is copied from an external source, such as a Web page. Read/write.

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

Syntax

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

value = instance.PasteFormatFromExternalSource

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

Property Value

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

Remarks

Corresponds to the Pasting from other programs option in the Advanced tab of the Word Options dialog box.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace